pull/32/head
parent
fd054211f5
commit
ed5a83e860
@ -1,21 +1,15 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:layout_width="match_parent" |
android:id="@+id/text_view" |
||||||
|
android:layout_width="wrap_content" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
android:padding="3dp"> |
android:layout_margin="3dp" |
||||||
|
android:background="@drawable/shape_card_view" |
||||||
<TextView |
android:clickable="true" |
||||||
android:id="@+id/text_view" |
android:ellipsize="end" |
||||||
android:layout_width="match_parent" |
android:focusable="true" |
||||||
android:layout_height="wrap_content" |
android:gravity="center" |
||||||
android:background="@drawable/shape_card_view" |
android:padding="5dp" |
||||||
android:clickable="true" |
android:singleLine="true" |
||||||
android:ellipsize="end" |
android:textColor="@color/tv_text_default" |
||||||
android:focusable="true" |
android:textSize="14sp" /> |
||||||
android:gravity="center" |
|
||||||
android:padding="5dp" |
|
||||||
android:singleLine="true" |
|
||||||
android:textColor="@color/tv_text_default" |
|
||||||
android:textSize="14sp" /> |
|
||||||
|
|
||||||
</FrameLayout> |
|
||||||
|
Loading…
Reference in new issue