From d95bc703203aabf3878f5a48fa8d37b37f3b1d37 Mon Sep 17 00:00:00 2001 From: Joey Rizzoli Date: Wed, 1 Jun 2016 15:08:07 +0200 Subject: Gallery2: Update theme * Expose icons colors too Change-Id: If2a7cac0779e20f39fdb3037df9d48581106ef3e Signed-off-by: Joey Rizzoli --- res/layout/gallery_main.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout/gallery_main.xml') 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" > @@ -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" /> -- cgit v1.2.3