Kaydet (Commit) a07be093 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

android: don't set text color in about dialog

Change-Id: Iea5df81bb2f85376dc67e1cca63d5586a834e1b0
(cherry picked from commit 7b3f6dd1)
üst 18377b13
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textIsSelectable="true" android:textIsSelectable="true"
android:text="@string/app_version" android:text="@string/app_version"
android:textColor="@android:color/secondary_text_light"
android:textSize="18sp"/> android:textSize="18sp"/>
<TextView <TextView
...@@ -23,7 +22,6 @@ ...@@ -23,7 +22,6 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/app_description" android:text="@string/app_description"
android:textColor="@android:color/secondary_text_light"
android:textSize="18sp"/> android:textSize="18sp"/>
<TextView <TextView
...@@ -34,7 +32,6 @@ ...@@ -34,7 +32,6 @@
android:paddingBottom="20dip" android:paddingBottom="20dip"
android:paddingTop="20dip" android:paddingTop="20dip"
android:text="@string/app_credits" android:text="@string/app_credits"
android:textColor="@android:color/secondary_text_light"
android:textSize="18sp"/> android:textSize="18sp"/>
<TextView <TextView
...@@ -43,7 +40,6 @@ ...@@ -43,7 +40,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textIsSelectable="true" android:textIsSelectable="true"
android:text="@string/app_vendor" android:text="@string/app_vendor"
android:textColor="@android:color/secondary_text_light"
android:textSize="18sp"/> android:textSize="18sp"/>
</LinearLayout> </LinearLayout>
</ScrollView> </ScrollView>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment