forked from thijooree/android
14 lines
365 B
XML
14 lines
365 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:padding="16dp">
|
|
|
|
<ProgressBar
|
|
android:layout_width="28dp"
|
|
android:layout_height="28dp" />
|
|
|
|
</LinearLayout>
|