aboutsummaryrefslogtreecommitdiff
path: root/kpref-activity/src/main/res/layout/kau_pref_text.xml
blob: b873eaf7805aa7436cf44b31f0e006ec7436c9fb (plain)
1
2
3
4
5
6
7
8
9
10
<androidx.appcompat.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" />