lianliankan android game v1
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:orientation="vertical"
tools:context=".MainActivity" >
<GridView
android:id="@+id/gridView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/textView1"
android:numColumns="4"
>
</GridView>
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/gridView1"
android:scaleType="centerCrop"
android:src="@drawable/ic_launcher" />
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/hello_world" />
</LinearLayout>
相關文章
- game html5 tafang V1GAMHTML
- Android APK V1 簽名原理AndroidAPK
- Android v1 簽名 和 v2+ 簽名Android
- Android V1及V2簽名原理簡析Android
- java GameJavaGAM
- Shop GameGAM
- Wooden GameGAM
- Card GameGAM
- 前端動畫調研-V1前端動畫
- 首頁new wj v1
- XmlPull v1例項解析XML
- Android APK命令列實現V1、V2簽名及驗證AndroidAPK命令列
- Fast Car GameASTGAM
- Infinite Card GameGAM
- game development -- flowGAMdev
- 常用的前端外掛V1前端
- Wifidog協議V1WiFi協議
- Jump Game(C++)GAMC++
- Flip Game(POJ 1753)GAM
- E. Wooden GameGAM
- C. Game on PermutationGAM
- D. Shop GameGAM
- HDU 1729 Stone GameGAM
- C. Game MasterGAMAST
- Python 中國象棋原始碼 V1Python原始碼
- [譯] 用 Shadow DOM v1 和 Custom Elements v1 實現一個原生 Web ComponentWeb
- FZU 2275 Game (KMP)GAMKMP
- Switch Game HDU - 2053GAM
- A Multiplication Game (博弈,規律)GAM
- HTML5 game enginesHTMLGAM
- Leetcode jump GameLeetCodeGAM
- LeetCode:Game of LifeLeetCodeGAM
- C. MEX Game 1GAM
- D. Soldier and Number GameGAM
- Shooter Game User Interface StarterGAM
- 逐行分析Koa v1 中介軟體原理
- Dragon Tiger Cattle Cattle GameGoGAM
- LeetCode-Game of LifeLeetCodeGAM