| | |
| | | android:src="@mipmap/timg" |
| | | android:layout_alignParentTop="true" |
| | | android:layout_alignParentStart="true" /> |
| | | <ImageView |
| | | <!--<ImageView |
| | | android:id="@+id/item_register_to_register" |
| | | android:layout_width="20dp" |
| | | android:layout_height="20dp" |
| | | android:layout_marginRight="10dp" |
| | |
| | | android:src="@mipmap/ic_launcher" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_alignParentRight="true"/> |
| | | --> |
| | | <TextView |
| | | android:id="@+id/item_register_to_register" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/rounded_textview" |
| | | android:gravity="center" |
| | | android:textSize="@dimen/text_size_big" |
| | | android:text="注册" |
| | | android:layout_marginBottom="30dp" |
| | | android:layout_marginRight="10dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:textColor="@android:color/white" |
| | | android:layout_alignParentRight="true"/> |
| | | |
| | | </RelativeLayout> |