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