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

40 lines
1.2 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent">
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:cacheColorHint="@android:color/transparent"
android:clipToPadding="false"
android:drawSelectorOnTop="false"
android:scrollbarAlwaysDrawVerticalTrack="false" />
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" />
android:id="@android:id/empty"
android:visibility="gone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="14sp"
android:alpha="0.5"
android:text="@string/snooze_empty" />