mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
11 lines
509 B
XML
11 lines
509 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/text_detail"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:padding="16dp"
|
|
android:maxLines="2"
|
|
android:background="@drawable/touchable_background_white"
|
|
android:ellipsize="end"
|
|
android:textColor="@color/black_87pc"
|
|
android:textSize="@dimen/text_large_body"/>
|