pull/32/head
kunfei 5 years ago
parent fb985a287c
commit fafb7d4851
  1. 22
      app/src/main/res/layout/item_text.xml

@ -1,7 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="3dp">
<TextView
android:id="@+id/text_view"
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: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…
Cancel
Save