summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2015-10-11 18:16:03 +0200
committerjrizzoli <joey@cyanogenmoditalia.it>2015-10-11 18:16:03 +0200
commit87f1ac1d14ac582c679f81ac8efa7e6c58b8f618 (patch)
treed10becdcb1e4adb7a7c80c0da2ff4b7627c78436
parentb59e995299ee5659418de7cb0ac7a196d2972562 (diff)
downloadandroid_packages_apps_Gello-87f1ac1d14ac582c679f81ac8efa7e6c58b8f618.tar.gz
android_packages_apps_Gello-87f1ac1d14ac582c679f81ac8efa7e6c58b8f618.tar.bz2
android_packages_apps_Gello-87f1ac1d14ac582c679f81ac8efa7e6c58b8f618.zip
gello: fix padding and text color for incognitocm-12.1
Change-Id: I0324da37b75e28eebbcea9d3f969f2df41120d23 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
-rw-r--r--src/res/layout/title_bar_nav.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/res/layout/title_bar_nav.xml b/src/res/layout/title_bar_nav.xml
index 1e0c3896..c22c716f 100644
--- a/src/res/layout/title_bar_nav.xml
+++ b/src/res/layout/title_bar_nav.xml
@@ -35,6 +35,7 @@
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_marginStart="8dp"
+ android:paddingEnd="6dp"
android:src="@drawable/ic_deco_incognito_normal"
android:visibility="gone" />
@@ -89,7 +90,8 @@
android:scrollHorizontally="true"
android:singleLine="true"
android:fontFamily="sans-serif-condensed"
- android:textAppearance="?android:attr/textAppearanceMedium" />
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textColorHint="@color/icon_white" />
<ImageView
android:id="@+id/voice"