| 1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="111dp"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <ListView
- android:id="@+id/listview"
- android:layout_width="111dp"
- android:layout_height="190dp"
- android:paddingTop="10dp"
- android:descendantFocusability="blocksDescendants"
- android:background="@drawable/class_tab_putup"
- android:divider="@null"
- android:scrollbars="none" />
- </LinearLayout>
|