client_Hale
2019-04-29 9a7f3d6bd70cca346dfc379e8803f8c392025d06
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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="30dip"
    android:gravity="center_vertical"
    android:orientation="vertical" >
    <TextView
        android:id="@+id/tv_menuname" 
        android:layout_width="fill_parent"
        android:layout_alignParentLeft="true"
        android:gravity="center"
        android:layout_height="30dip"
        />
</RelativeLayout>