阅读背景:

Android之动态改变适配器数据源

来源:互联网 

<LinearLayout xmlns:android="https://schemas.android.com/apk/res/android"
    xmlns:tools="https://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >

    <LinearLayout 
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal">
	    <Button 
	        android:id="@+id/btn_button"
	        android:layout_width="wrap_content"
	        android:layout_height="wrap_content"
	        android:text="添加学生"/>
	    <EditText 
	        android:id="@+id/et_editText"
	        android:layout_width="match_parent"
	        android:layout_height="wrap_content"
	        />
    </LinearLayout>
    <GridView
        android:id="@+id/gv_gridView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        >
    </GridView>
</LinearLayout>
<LinearLayout xmlns:android="https://



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: