每日汇报

今天美化了登陆的界面,插入了几张图

部分重要代码:

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity"
android:background="#171717">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="100dp"
android:orientation="horizontal"
android:layout_marginTop="150dp"
android:gravity="center">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="CPDD"
android:layout_marginLeft="-60dp"
android:textSize="50sp"
android:textStyle="italic"
android:textColor="#DCB86A">
</TextView>
<TextView
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginLeft="10dp"
android:background="@drawable/heart">

</TextView>
</LinearLayout>

<TextView
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="你是唯一"
android:layout_marginTop="0dp"
android:layout_marginLeft="20dp"
android:textSize="45sp"
android:textStyle="italic"
android:textColor="#DCB86A">
</TextView>

 

posted @ 2021-06-12 21:00  10304  阅读(16)  评论(0编辑  收藏  举报