zftlive/res/layout/drawer_list_item.xml

12 lines
590 B
XML
Raw Normal View History

2015-03-26 01:30:29 +08:00
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceListItemSmall"
android:gravity="center_vertical"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:textColor="#fff"
android:fontFamily="sans-serif-light"
android:background="@drawable/activated_background_indicator"
android:minHeight="48dp"/>