16 lines
534 B
XML
16 lines
534 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="match_parent"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:padding="@dimen/padding">
|
|
|
|
<ProgressBar
|
|
android:id="@+id/pb_waiting"
|
|
style="@android:style/Widget.DeviceDefault.ProgressBar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
|
|
</LinearLayout> |