Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Improved tutorial/info background
Browse files Browse the repository at this point in the history
Closes #1391
  • Loading branch information
M66B committed Feb 19, 2014
1 parent 456a3b9 commit 0ebeed5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Changelog
* Fixed restriction caching (performance)
* Fixed allowing contacts for contact aggregation
* Fixed select/unselect all ([issue](/../../issues/1390))
* Improved tutorial/info background ([issue](/../../issues/1391))
* Updated German translation
* Updated French translation

Expand Down
2 changes: 1 addition & 1 deletion res/drawable/tutorial_background_dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >

<solid android:color="#D0008B8B" />
<solid android:color="@android:color/background_dark" />

<corners android:radius="10dip" />

Expand Down
2 changes: 1 addition & 1 deletion res/drawable/tutorial_background_light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >

<solid android:color="#D000FFFF" />
<solid android:color="@android:color/background_light" />

<corners android:radius="10dip" />

Expand Down

0 comments on commit 0ebeed5

Please sign in to comment.