summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/refresh_action_view.xml
blob: 66148a55311325d18a049da38eb067f4a8bf13a8 (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="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="end"
    android:indeterminateOnly="true">

</ProgressBar>