pull/32/head
parent
ab951e3d2b
commit
f917e2f3d5
@ -0,0 +1,8 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
|
<corners android:radius="16dp" /> |
||||||
|
<solid android:color="#00ffffff" /> |
||||||
|
<stroke |
||||||
|
android:width="3dp" |
||||||
|
android:color="@color/tv_text_secondary" /> |
||||||
|
</shape> |
@ -1,8 +1,10 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:id="@+id/tv_name" |
android:id="@+id/tv_name" |
||||||
|
android:background="@drawable/shape_radius_10dp" |
||||||
android:orientation="vertical" |
android:orientation="vertical" |
||||||
android:layout_width="wrap_content" |
android:layout_width="wrap_content" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
android:layout_margin="3dp" |
android:layout_margin="5dp" |
||||||
|
android:gravity="center" |
||||||
android:padding="5dp" /> |
android:padding="5dp" /> |
Loading…
Reference in new issue