11 lines
324 B
XML
11 lines
324 B
XML
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="56dp"
|
|
android:layout_height="wrap_content"
|
|
android:minWidth="56dp" >
|
|
|
|
<ProgressBar
|
|
android:layout_width="32dp"
|
|
android:layout_height="32dp"
|
|
android:layout_gravity="center" />
|
|
|
|
</FrameLayout> |