13 lines
422 B
XML
13 lines
422 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ProgressBar
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
indeterminate="true"
|
|
layout_centerInParent="true"
|
|
style="?android:attr/progressBarStyle"/>
|
|
</RelativeLayout>
|