summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authorTarun Nainani <tnainani@codeaurora.org>2015-04-07 18:52:37 -0700
committerWebTech Code Review <code-review@localhost>2015-04-09 16:28:21 -0700
commit076032992467d6b0016e9c5f4ca3c8fe4ebdeeb7 (patch)
treef67efd788c4c5a9708d396145c1ce33840422497 /res/layout-land
parent555e0c7821ea041e8195b2012704c691eea75163 (diff)
downloadandroid_packages_apps_Gello-076032992467d6b0016e9c5f4ca3c8fe4ebdeeb7.tar.gz
android_packages_apps_Gello-076032992467d6b0016e9c5f4ca3c8fe4ebdeeb7.tar.bz2
android_packages_apps_Gello-076032992467d6b0016e9c5f4ca3c8fe4ebdeeb7.zip
Remove white text color from page info in landscape mode.
CR-Fixed: 818146 Change-Id: I85e5ddce48f95c398959a2e64141c87e4c83e011
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/page_info.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/layout-land/page_info.xml b/res/layout-land/page_info.xml
index efbbba53..162a4490 100644
--- a/res/layout-land/page_info.xml
+++ b/res/layout-land/page_info.xml
@@ -30,7 +30,6 @@
android:id="@+id/title"
android:textStyle="bold"
android:textSize="14sp"
- android:textColor="@color/white"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_marginStart="20dip"
@@ -50,7 +49,6 @@
android:id="@+id/address_header"
android:text="@string/page_info_address"
android:textSize="14sp"
- android:textColor="@color/white"
android:gravity="start"
android:layout_marginStart="20dip"
android:layout_marginEnd="20dip" />
@@ -58,7 +56,6 @@
<TextView
android:id="@+id/address"
android:textSize="14sp"
- android:textColor="@color/white"
android:gravity="start"
android:layout_marginStart="10dip"
android:layout_marginEnd="20dip"