f6efac2af6
If bikes aren't allowed, now shows specific icon Introduced Android Annotations
12 lines
386 B
XML
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> |