aboutsummaryrefslogtreecommitdiff
path: root/kpref-activity/src/main/res/layout/kau_pref_text.xml
blob: 40fed2a180dbd073475f6d707ede31db4d2ad629 (plain)
1
2
3
4
5
6
7
8
9
10
<android.support.v7.widget.AppCompatTextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@id/kau_pref_inner_content"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="@null"
    android:clickable="false"
    android:ellipsize="end"
    android:focusable="false"
    android:maxLines="3"
    android:maxWidth="150dp" />