6.4博客
上午计网下午软件工程
学习内容:安卓
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<Button
android:id="@+id/btnGoal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="设置本周计划" />
<Button
android:id="@+id/btnRecord"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="今日学习记录" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="本周目标:" />
<TextView
android:id="@+id/tvGoal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColorHint="#999999"
android:background="@drawable/shape_round_rectangle"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="完成情况:" />
<TextView
android:id="@+id/tvRecord"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColorHint="#999999"
android:background="@drawable/shape_round_rectangle"/>
<Button
android:id="@+id/btnAnalyse"
android:layout_width="413dp"
android:layout_height="59dp"
android:text="能力达标分析:" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="能力达标分析:" />
<TextView
android:id="@+id/tvAnalyse"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColorHint="#999999"
android:background="@drawable/shape_round_rectangle"/>
</LinearLayout>

浙公网安备 33010602011771号