summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-13 11:58:29 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-13 12:07:22 +0100
commit7b3f6dd1685bec33aae79c95584b461fdb72e879 (patch)
tree82000d9c1ab0c59ac378718ba71cccc57e1ee582 /android
parentc057e0b712321bc2a9796ad3ef838ab008b3a722 (diff)
android: don't set text color in about dialog
Change-Id: Iea5df81bb2f85376dc67e1cca63d5586a834e1b0
Diffstat (limited to 'android')
-rw-r--r--android/source/res/layout/about.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/android/source/res/layout/about.xml b/android/source/res/layout/about.xml
index e8d8322266b4..8968c00d2695 100644
--- a/android/source/res/layout/about.xml
+++ b/android/source/res/layout/about.xml
@@ -15,7 +15,6 @@
android:layout_height="wrap_content"
android:textIsSelectable="true"
android:text="@string/app_version"
- android:textColor="@android:color/secondary_text_light"
android:textSize="18sp"/>
<TextView
@@ -23,7 +22,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/app_description"
- android:textColor="@android:color/secondary_text_light"
android:textSize="18sp"/>
<TextView
@@ -34,7 +32,6 @@
android:paddingBottom="20dip"
android:paddingTop="20dip"
android:text="@string/app_credits"
- android:textColor="@android:color/secondary_text_light"
android:textSize="18sp"/>
<TextView
@@ -43,7 +40,6 @@
android:layout_height="wrap_content"
android:textIsSelectable="true"
android:text="@string/app_vendor"
- android:textColor="@android:color/secondary_text_light"
android:textSize="18sp"/>
</LinearLayout>
</ScrollView>