24
汽車大全
Xml文件
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:andro android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <FrameLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent"> <com.lzx.ui.EditCancel android: android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginRight="50dip" /> </FrameLayout> </LinearLayout> <ListView android: android:layout_width="fill_parent" android:layout_height="match_parent" android:paddingTop="60dip" /> </FrameLayout> </LinearLayout> <com.lzx.ui.AlphabetListView android: android:layout_width="fill_parent" android:layout_height="match_parent" /> </FrameLayout> </LinearLayout>
最後更新:2017-04-02 22:16:26