summaryrefslogtreecommitdiffstats
path: root/res/layout/gallery_main.xml
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@cyanogenmoditalia.it>2016-06-01 15:08:07 +0200
committerArne Coucheron <arco68@gmail.com>2017-12-16 06:52:02 +0100
commitd95bc703203aabf3878f5a48fa8d37b37f3b1d37 (patch)
tree8ad74b8b4a38f90e93fbf3ba4af2d41dfb88120e /res/layout/gallery_main.xml
parent49512427f6d712827844252ea4973a9045ed393a (diff)
downloadandroid_packages_apps_Gallery2-d95bc703203aabf3878f5a48fa8d37b37f3b1d37.tar.gz
android_packages_apps_Gallery2-d95bc703203aabf3878f5a48fa8d37b37f3b1d37.tar.bz2
android_packages_apps_Gallery2-d95bc703203aabf3878f5a48fa8d37b37f3b1d37.zip
Gallery2: Update theme
* Expose icons colors too Change-Id: If2a7cac0779e20f39fdb3037df9d48581106ef3e Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/layout/gallery_main.xml')
-rw-r--r--res/layout/gallery_main.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/gallery_main.xml b/res/layout/gallery_main.xml
index 8aa2c07eb..31d67c5ea 100644
--- a/res/layout/gallery_main.xml
+++ b/res/layout/gallery_main.xml
@@ -58,7 +58,7 @@
android:layout_width="270dp"
android:layout_height="match_parent"
android:layout_gravity="start"
- android:background="#fafafa"
+ android:background="@color/white"
android:clickable="true" >
<!-- Header -->
@@ -78,7 +78,7 @@
android:layout_marginStart="16dp"
android:fontFamily="sans-serif"
android:text="@string/navigation_drawer_title"
- android:textColor="#ffffff"
+ android:textColor="@color/white"
android:textSize="24sp" />
</RelativeLayout>