1. 程式人生 > >九 宮 格

九 宮 格

div imp 都差不多 src linear java one enter enc

首先是布局,布局沒什麽好說的,估計大家都差不多

直接進入

技術分享
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context
="com.example.a15083.testnine.MainActivity"> <GridView android:id="@+id/grid_view" android:numColumns="3" android:stretchMode="columnWidth" android:gravity="center" android:layout_width="match_parent" android:layout_height="wrap_content"/> </LinearLayout>
View Code

上一點Java給你們看一眼

技術分享
//設置圖片資源
    int[] imgId = new int[]{R.drawable.a,R.drawable.b,R.drawable.c,R.drawable.d,R.drawable.e,R.drawable.f,R.drawable.g,R.drawable.h,R.drawable.i,R.drawable.j,R.drawable.k,R.drawable.l,R.drawable.m,R.drawable.n,R.drawable.o};
    private SimpleAdapter simpleAdapter;
View Code

就一眼,不能多看

沒了

九 宮 格