command_progress_bar.xml

 1<?xml version="1.0" encoding="utf-8"?>
 2<layout xmlns:android="http://schemas.android.com/apk/res/android"
 3    xmlns:app="http://schemas.android.com/apk/res-auto">
 4
 5        <ProgressBar
 6            android:id="@+id/progressbar"
 7            android:layout_width="match_parent"
 8            android:layout_height="130dp"
 9            android:paddingLeft="8dp"
10            android:paddingRight="8dp"
11            android:paddingBottom="16dp" />
12
13</layout>