summaryrefslogtreecommitdiffstats
path: root/src/res
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2015-10-11 16:51:09 +0200
committerjrizzoli <joey@cyanogenmoditalia.it>2015-10-11 18:05:37 +0200
commit4006224c49f88baf4b1a2178afe890e4329c0bea (patch)
tree37ae1de19066cfbcd93de553336782535e2666d8 /src/res
parent9d82b774712cabcedd90d5a9aecca9cf8eeffe1b (diff)
downloadandroid_packages_apps_Gello-4006224c49f88baf4b1a2178afe890e4329c0bea.tar.gz
android_packages_apps_Gello-4006224c49f88baf4b1a2178afe890e4329c0bea.tar.bz2
android_packages_apps_Gello-4006224c49f88baf4b1a2178afe890e4329c0bea.zip
gello: make reader/offline UI consistent
Change-Id: Ifba53555426768e710e5521119fcdfc946f73a4e Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'src/res')
-rw-r--r--src/res/layout/title_bar_snapshot.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/res/layout/title_bar_snapshot.xml b/src/res/layout/title_bar_snapshot.xml
index 6349a81b..704c0d8c 100644
--- a/src/res/layout/title_bar_snapshot.xml
+++ b/src/res/layout/title_bar_snapshot.xml
@@ -18,7 +18,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@android:color/white"
+ android:background="@color/icon_white"
android:orientation="horizontal" >
<ImageView
android:id="@+id/reader_icon"
@@ -72,7 +72,7 @@
style="@style/NavButton"
android:layout_width="wrap_content"
android:contentDescription="@string/accessibility_button_navscreen"
- android:src="@drawable/ic_action_tabswitcher" />
+ android:src="@drawable/ic_action_tabswitcher_inverted" />
<TextView
android:id="@+id/tab_switcher_text"
@@ -80,9 +80,10 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:clickable="false"
- android:paddingBottom="3dp"
- android:paddingEnd="2dp"
- android:textColor="#333"
+ android:paddingBottom="1dp"
+ android:paddingStart="1dp"
+ android:paddingEnd="1dp"
+ android:textColor="@color/icon_black"
android:textSize="13dp"
android:textStyle="bold" />
</FrameLayout>