what-the-bank/resources/res/layout/2131559390.xml

16 lines
519 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
gravity="center"
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content">
<ProgressBar
id="@+id/progressBar"
layout_width="80dp"
layout_height="80dp"
progress="50"
indeterminate="false"
progressDrawable="@drawable/shape_progressbar_circle"
style="?android:attr/progressBarStyleHorizontal"/>
</LinearLayout>