mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 23:55:08 -04:00
14 lines
505 B
XML
14 lines
505 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingRight="12dp"
|
|
android:paddingLeft="12dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<ProgressBar android:layout_width="32dp"
|
|
android:layout_height="32dp"
|
|
android:layout_alignParentRight="true"
|
|
style="?android:attr/indeterminateProgressStyle" />
|
|
|
|
</RelativeLayout> |