summaryrefslogtreecommitdiffstats
path: root/res/layout/photopage_progress_bar.xml
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@cyanogenmoditalia.it>2016-06-01 15:08:07 +0200
committerArne Coucheron <arco68@gmail.com>2017-03-10 07:20:15 +0100
commit3a83d9e1266e68e4bc06f450414f56cbeec73f68 (patch)
tree78ffe3e529159935e1d2296f6c8d0df828401773 /res/layout/photopage_progress_bar.xml
parent4c078261c816676a3414e657f7bc94dd1224844e (diff)
downloadandroid_packages_apps_Gallery2-3a83d9e1266e68e4bc06f450414f56cbeec73f68.tar.gz
android_packages_apps_Gallery2-3a83d9e1266e68e4bc06f450414f56cbeec73f68.tar.bz2
android_packages_apps_Gallery2-3a83d9e1266e68e4bc06f450414f56cbeec73f68.zip
Gallery2: update theme
* Expose icons colors too Change-Id: If2a7cac0779e20f39fdb3037df9d48581106ef3e Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/layout/photopage_progress_bar.xml')
-rw-r--r--res/layout/photopage_progress_bar.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/photopage_progress_bar.xml b/res/layout/photopage_progress_bar.xml
index 57b78320b..1acbd77cb 100644
--- a/res/layout/photopage_progress_bar.xml
+++ b/res/layout/photopage_progress_bar.xml
@@ -9,7 +9,7 @@
android:visibility="invisible">
<View
android:id="@+id/photopage_progress_background"
- android:background="#ff000000"
+ android:background="@color/black"
android:layout_width="match_parent"
android:layout_height="8dp"
android:layout_alignParentBottom="true"
@@ -25,9 +25,9 @@
<TextView
android:id="@+id/photopage_progress_bar_text"
android:text="@string/pano_progress_text"
- android:textColor="#ffffffff"
+ android:textColor="@color/white"
android:textSize="14dp"
- android:shadowColor="#ff000000"
+ android:shadowColor="@color/black"
android:shadowDx="0"
android:shadowDy="0"
android:shadowRadius="2"