11月25号

来源:互联网 发布:java工程师优秀简历 编辑:程序博客网 时间:2024/04/28 15:38

android:layout_width="match_parent"

android:layout_height="match_parent"

androd:orientation="vertical"

tools:context="com.zhixing.day01_homework.MainActivity"

<RelativeLayout

android:layout_width="match_parent"

androd:layout_height"25dp"

androd:background="#4D4E50"

>

<TextView

android:id="@+id/tv_new"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="苹果"

androd:textSize="15sp"

android:textSize="#8BIII2"

android:layout_marginLeft="15dp"

android:layout_centerVertical="true"

/>

<TextView

android:id="@+id/tv_number"

android:layout_width="wrap_content"

androd:layout_height="wrap_content"

androd:text"1/20"

android:textSize="15sp"

android:textColor="#9F9FA0"

android:alignParentRight="true"

android:layout_marginRight="15dp"

androd:layout_centerVertcal="true"

/>

<RelativeLayout

android:layout_width="match_parent"

0 0
原创粉丝点击