That fuck shit the fascists are using
1<?xml version="1.0" encoding="utf-8"?>
2<FrameLayout
3 xmlns:tools="http://schemas.android.com/tools"
4 tools:viewBindingIgnore="true"
5 xmlns:android="http://schemas.android.com/apk/res/android"
6 xmlns:app="http://schemas.android.com/apk/res-auto"
7 android:layout_width="match_parent"
8 android:layout_height="match_parent">
9
10 <com.pnikosis.materialishprogress.ProgressWheel
11 android:id="@+id/mediasend_progress_wheel"
12 android:layout_width="match_parent"
13 android:layout_height="match_parent"
14 android:layout_gravity="center"
15 android:padding="8dp"
16 android:indeterminate="true"
17 app:matProg_progressIndeterminate="true"
18 app:matProg_barColor="@color/core_grey_25"/>
19
20</FrameLayout>