summaryrefslogtreecommitdiff
path: root/core/src/main/res/layout/refresh_action_view.xml
blob: d5b88922e82878fef7c6a510d70d3e5acd9febec (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<ProgressBar
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:layout_gravity="end"
        android:padding="8dp"
        android:indeterminateOnly="true"/>