aboutsummaryrefslogtreecommitdiff
path: root/kpref-activity/src/main/res/layout/kau_preference_text.xml
blob: a4d901e95812650c6166c70ea16998ca2ffb5180 (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" />