今天上学习了数据库原理和英语准备四级,但下午发烧严重就请了半天假,晚上退烧之后学习了Android 的布局的代码:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/frey_f3f3f3" > <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/white" android:padding="20dp"> <TextView android:id="@+id/item_mainlv_top_tv1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/month_out" /> <TextView android:id="@+id/item_mainlv_top_out" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=" 标签:总结,退烧,每日,28,学习,Android From: https://www.cnblogs.com/nanbei666/p/17166172.html