Fix bug with items text color in Android 4.*.
This commit is contained in:
parent
4cfc919214
commit
a65b51dfef
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,10 @@
|
|||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/textView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textSize="@dimen/default_list_text_size_large"
|
||||
android:textStyle="bold"
|
||||
android:gravity="center_vertical"
|
||||
tools:text="@string/lorem_ipsum"/>
|
||||
|
|
Loading…
Reference in a new issue