DroidFish: Explicitly set the drawer menu foreground text color. The

default color is hard to read on some devices.
This commit is contained in:
Peter Osterlund 2015-12-27 21:27:32 +01:00
parent 286b5b7b82
commit b6747254c7

View File

@ -4,5 +4,6 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="12dp"
android:textColor="#FFBEBEBE"
android:textSize="20sp">
</TextView>