droidfish/DroidFish/res/layout/drawer_list_item.xml
Peter Osterlund b6747254c7 DroidFish: Explicitly set the drawer menu foreground text color. The
default color is hard to read on some devices.
2015-12-27 21:27:32 +01:00

10 lines
293 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="12dp"
android:textColor="#FFBEBEBE"
android:textSize="20sp">
</TextView>