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 @@
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>
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