閱讀24 返回首頁    go 汽車大全


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

  上一篇:go 天氣預報後台崩潰。。。調試。。。解決 另:發布手機軟件下載地址
  下一篇:go ajax回調函數執行順序帶來的同步異步問題