You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CustoMIUIzer/app/src/main/res/layout/pref_header.xml

24 lines
855 B
XML

xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingStart="?android:attr/listPreferredItemPaddingLeft"
android:paddingEnd="?android:attr/listPreferredItemPaddingRight"
android:paddingTop="8.66dp"
android:paddingBottom="8.66dp"
tools:ignore="RtlSymmetry">
android:id="@android:id/title"
android:tag="header"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:textAllCaps="true"
android:textSize="@dimen/preference_category_text_size"
android:textColor="@color/preference_category_text_color" />