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/prefs_app_selector.xml

33 lines
1001 B
XML

xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fields"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:animateLayoutChanges="true">
layout="@layout/search_stub" />
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/searchView"
android:overScrollMode="never"
android:scrollbars="vertical" />
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"
android:gravity="center"
android:orientation="vertical">
android:id="@+id/am_progressBar"
style="@style/Widget.ProgressBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />