Files
Bluetooth-LE-Library-Android/res/layout/actionbar_progress_indeterminate.xml
2014-03-10 00:21:29 +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>