|
|
@@ -0,0 +1,18 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_item_name"
|
|
|
+ android:paddingLeft="2dp"
|
|
|
+ android:paddingRight="2dp"
|
|
|
+ android:paddingTop="10dp"
|
|
|
+ android:paddingBottom="10dp"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="xxx" />
|
|
|
+</RelativeLayout>
|