|
4 | 4 | android:layout_height="fill_parent" |
5 | 5 | android:orientation="vertical"> |
6 | 6 |
|
7 | | - <android.support.design.widget.FloatingActionButton |
8 | | - android:id="@+id/scanToggleButton" |
9 | | - android:layout_width="wrap_content" |
10 | | - android:layout_height="wrap_content" |
11 | | - android:layout_alignParentBottom="true" |
12 | | - android:layout_alignParentRight="true" |
13 | | - android:layout_margin="16dp" |
14 | | - android:checked="false" |
15 | | - android:src="@drawable/ic_play_arrow_24dp" |
16 | | - android:translationZ="8dp" /> |
17 | | - |
18 | | - |
19 | 7 | <ListView |
20 | 8 | android:id="@+id/scanListView" |
21 | 9 | android:layout_width="match_parent" |
|
70 | 58 | android:textAppearance="?android:attr/textAppearanceSmall" |
71 | 59 | android:visibility="gone" /> |
72 | 60 |
|
| 61 | + <android.support.design.widget.FloatingActionButton |
| 62 | + android:id="@+id/scanToggleButton" |
| 63 | + android:layout_width="wrap_content" |
| 64 | + android:layout_height="wrap_content" |
| 65 | + android:layout_alignParentBottom="true" |
| 66 | + android:layout_alignParentRight="true" |
| 67 | + android:layout_margin="16dp" |
| 68 | + android:checked="false" |
| 69 | + android:src="@drawable/ic_play_arrow_24dp" |
| 70 | + android:translationZ="8dp" /> |
| 71 | + |
73 | 72 | </RelativeLayout> |
0 commit comments