preferences text size adjustment

This commit is contained in:
Mariotaku Lee 2016-03-24 22:43:15 +08:00
parent d01065a121
commit a2f820f5ea
1 changed files with 2 additions and 1 deletions

View File

@ -48,8 +48,9 @@
android:layout_weight="1" android:layout_weight="1"
android:ellipsize="marquee" android:ellipsize="marquee"
android:singleLine="true" android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:textAppearanceMedium"
android:textColor="?android:textColorPrimary" android:textColor="?android:textColorPrimary"
android:textSize="16sp"
tools:text="@string/settings"/> tools:text="@string/settings"/>
</LinearLayout> </LinearLayout>