Fix bug with items text color in Android 4.*.

This commit is contained in:
GaidamakUA 2015-11-02 11:05:35 +02:00
parent 4cfc919214
commit a65b51dfef

View file

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