diff options
-rw-r--r-- | res/drawable-hdpi/bg_switcher.png | bin | 0 -> 2945 bytes | |||
-rw-r--r-- | res/drawable-mdpi/bg_switcher.png | bin | 0 -> 1805 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/bg_switcher.png | bin | 0 -> 4122 bytes | |||
-rw-r--r-- | res/layout/mode_picker.xml | 4 | ||||
-rw-r--r-- | res/values/colors.xml | 1 |
5 files changed, 2 insertions, 3 deletions
diff --git a/res/drawable-hdpi/bg_switcher.png b/res/drawable-hdpi/bg_switcher.png Binary files differnew file mode 100644 index 0000000..57a8cf8 --- /dev/null +++ b/res/drawable-hdpi/bg_switcher.png diff --git a/res/drawable-mdpi/bg_switcher.png b/res/drawable-mdpi/bg_switcher.png Binary files differnew file mode 100644 index 0000000..e457da8 --- /dev/null +++ b/res/drawable-mdpi/bg_switcher.png diff --git a/res/drawable-xhdpi/bg_switcher.png b/res/drawable-xhdpi/bg_switcher.png Binary files differnew file mode 100644 index 0000000..d80a300 --- /dev/null +++ b/res/drawable-xhdpi/bg_switcher.png diff --git a/res/layout/mode_picker.xml b/res/layout/mode_picker.xml index 228a68e..f7a61a0 100644 --- a/res/layout/mode_picker.xml +++ b/res/layout/mode_picker.xml @@ -24,7 +24,7 @@ android:layout_alignBottom="@+id/mode_selection" android:layout_width="match_parent" android:layout_height="55dp" - android:background="@color/mode_picker_background"> + android:background="@drawable/bg_switcher"> <View android:layout_width="match_parent" android:layout_height="1dp" android:background="@android:color/white"/> @@ -60,7 +60,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="198dp" - android:background="@color/mode_picker_background" + android:background="@drawable/bg_switcher" android:visibility="gone"> <View android:layout_width="match_parent" android:layout_height="1dp" diff --git a/res/values/colors.xml b/res/values/colors.xml index 29ce09e..8551a16 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -34,5 +34,4 @@ <color name="pano_progress_indication">#FF0099CC</color> <color name="pano_progress_indication_fast">#FFFF2222</color> <color name="mode_selection_border">#33B5E5</color> - <color name="mode_picker_background">#33000000</color> </resources> |