You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
830 B
26 lines
830 B
9 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="88dp"
|
||
|
android:layout_height="wrap_content">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/tv_name"
|
||
|
android:layout_marginTop="10dp"
|
||
|
android:layout_width="80dp"
|
||
|
android:gravity="center"
|
||
|
android:layout_height="32dp"
|
||
|
android:background="@drawable/rectangle_radius_5_theme_green_press_full"
|
||
|
android:textSize="13sp"
|
||
|
android:textColor="@color/white"
|
||
|
android:textStyle="bold">
|
||
|
</TextView>
|
||
|
|
||
|
<ImageView
|
||
|
android:id="@+id/iv_delete"
|
||
|
android:layout_alignParentRight="true"
|
||
|
android:layout_width="20dp"
|
||
|
android:layout_height="20dp"
|
||
|
android:src="@mipmap/icon_red_delect" />
|
||
|
|
||
|
</RelativeLayout>
|