【实例简介】

Android小项目-大学通,代码注释详细,规模大小适中,适合新手一个阶段练手,综合检验

【实例截图】

ab05c19bf9697ff6c20d3ae1372f63a3.png

【核心代码】

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:background="@drawable/bg"

android:orientation="vertical" >

android:layout_width="match_parent"

android:layout_height="20dp"

android:background="#ffffff"/>

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_gravity="center_horizontal"

android:background="#ffffff"

android:src="@drawable/logo" />

android:layout_width="match_parent"

android:layout_height="20dp"

android:background="#ffffff"/>

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginLeft="20dp"

android:layout_marginTop="10dp"

android:layout_marginRight="20dp">

android:id="@ id/campusLife"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentLeft="true"

android:background="@drawable/xuexiaoshenghuo"

/>

android:id="@ id/trafficAssist"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentRight="true"

android:background="@drawable/chuxingzhinan"/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_margin="20dp"

android:layout_gravity="center_horizontal"

android:background="@drawable/title"/>

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginLeft="20dp"

android:layout_marginRight="20dp">

android:id="@ id/scenery"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentLeft="true"

android:background="@drawable/youwannanchang" />

android:id="@ id/phoneAssist"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_alignParentRight="true"

android:background="@drawable/haomabaishitong"

/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_margin="20dp"

android:textSize="28sp"

android:layout_gravity="center_horizontal"

android:text="@string/xiaoxun"/>

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐