hch
2025-03-06 e4aef0f747ee60bdeb83e26f041c25d11e997a19
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>