hch
2025-07-18 2a011653190c36e6fb1f790b3819a1d6b0744aef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/ll_pw"
    android:layout_width="100dip"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:background="@drawable/ttw_edit_two_bg"
    android:gravity="center_vertical"
     >
    <ListView 
        android:id="@+id/lv_pw"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:listSelector="@drawable/ttw_pw_list_selector"
        android:divider="@color/gray1"
        android:focusable="true"
        android:paddingLeft="5dip"
        android:paddingRight="5dip">
    </ListView>
</LinearLayout>