android app项目源码,Android小项目-大学通 app源码
【实例简介】Android小项目-大学通,代码注释详细,规模大小适中,适合新手一个阶段练手,综合检验【实例截图】【核心代码】LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width=
【实例简介】
Android小项目-大学通,代码注释详细,规模大小适中,适合新手一个阶段练手,综合检验
【实例截图】
【核心代码】
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"/>
更多推荐
所有评论(0)