|
5 | 5 | android:layout_width="match_parent"
|
6 | 6 | android:layout_height="match_parent">
|
7 | 7 |
|
8 |
| - <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 8 | + <android.support.design.widget.CoordinatorLayout |
9 | 9 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
10 | 10 | android:id="@+id/coordinator_layout"
|
11 | 11 | android:layout_width="match_parent"
|
|
39 | 39 | android:layout_width="match_parent"
|
40 | 40 | android:layout_height="match_parent" />
|
41 | 41 | </LinearLayout>
|
42 |
| - <android.support.design.widget.FloatingActionButton |
43 |
| - android:id="@+id/fab_list" |
44 |
| - android:layout_width="wrap_content" |
45 |
| - android:layout_height="wrap_content" |
46 |
| - app:fabSize="mini" |
47 |
| - android:layout_alignBottom="@id/toolbar" |
48 |
| - android:layout_alignParentRight="true" |
49 |
| - android:layout_marginRight="28dp" |
50 |
| - android:layout_marginBottom="-96dp" |
51 |
| - android:visibility="invisible" |
52 |
| - app:elevation="6dp" |
53 |
| - app:pressedTranslationZ="12dp" |
54 |
| - app:backgroundTint="@color/button_blue" |
55 |
| - android:clickable="true" |
56 |
| - app:srcCompat="@drawable/ic_list_white_24dp" |
57 |
| - android:scaleType="center" |
58 |
| - /> |
59 | 42 |
|
60 | 43 | <View
|
61 | 44 | android:id="@+id/transparentView"
|
62 | 45 | android:layout_width="match_parent"
|
63 | 46 | android:layout_height="match_parent"
|
64 | 47 | android:layout_alignParentLeft="true"
|
65 |
| - android:layout_alignParentStart="true" |
66 |
| - android:layout_alignParentTop="true" |
67 |
| - android:layout_marginTop="18dp" |
| 48 | + android:layout_below="@id/toolbar" |
68 | 49 | android:background="#aa969696"
|
69 | 50 | android:elevation="6dp">
|
70 | 51 |
|
|
0 commit comments