aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/layout/kau_preference_text.xml
blob: bbabdfb761e20f1a47548cd1b42156f53c2a3b34 (plain)
1
2
3
4
5
6
7
<TextView 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:focusable="false"
    android:clickable="false"
    android:background="@null" />