Files
Bluetooth-LE-Library-Android/sample_app/res/layout/actionbar_progress_indeterminate.xml
2014-03-11 17:08:17 +00:00

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>