BartRunnerAndroid/res/layout/progress_spinner.xml
Doug Keen f6efac2af6 Implemented service alerts & elevator info
If bikes aren't allowed, now shows specific icon
Introduced Android Annotations
2013-01-29 08:31:18 -08:00

12 lines
386 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="56dp"
android:layout_height="45dp" >
<ProgressBar
style="?android:attr/progressBarStyleSmallInverse"
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_gravity="center" />
</FrameLayout>