summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>