zoukankan      html  css  js  c++  java
  • 每日汇报

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

    部分重要代码:

    <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>

  • 相关阅读:
    解决谷歌高版本没有设置字符编码的选项的问题
    System.nanoTime与System.currentTimeMillis的区别
    jQuery学习笔记(一)
    linux问题
    阿里资源学习
    PHP-Gealman
    php-fpm
    GIT使用
    设置导出的excel数据
    CI框架, 参数验证
  • 原文地址:https://www.cnblogs.com/D10304/p/14909906.html
Copyright © 2011-2022 走看看