|
108 | 108 |
|
109 | 109 | </View> |
110 | 110 |
|
111 | | - <com.google.android.material.floatingactionbutton.FloatingActionButton |
112 | | - android:id="@+id/fab_recenter" |
113 | | - android:layout_width="wrap_content" |
114 | | - android:layout_height="wrap_content" |
115 | | - android:layout_below="@id/rl_container_wlm_month_message" |
116 | | - android:layout_alignParentEnd="true" |
117 | | - android:layout_alignParentRight="true" |
118 | | - android:clickable="true" |
119 | | - android:visibility="visible" |
120 | | - android:layout_margin="16dp" |
121 | | - app:backgroundTint="?attr/mainBackground" |
122 | | - app:elevation="@dimen/dimen_6" |
123 | | - app:fabSize="normal" |
124 | | - app:layout_anchorGravity="top|right|end" |
125 | | - app:srcCompat="@drawable/ic_my_location_black_24dp" /> |
126 | | - |
127 | | - <com.google.android.material.floatingactionbutton.FloatingActionButton |
128 | | - android:id="@+id/fab_legend" |
129 | | - android:layout_width="wrap_content" |
130 | | - android:layout_height="wrap_content" |
131 | | - android:layout_below="@id/fab_recenter" |
132 | | - android:layout_alignParentEnd="true" |
133 | | - android:layout_alignParentRight="true" |
134 | | - android:clickable="true" |
135 | | - android:visibility="visible" |
136 | | - android:layout_margin="16dp" |
137 | | - app:backgroundTint="?attr/mainBackground" |
138 | | - app:elevation="@dimen/dimen_6" |
139 | | - app:fabSize="normal" |
140 | | - app:layout_anchorGravity="top|right|end" |
141 | | - app:srcCompat="@drawable/ic_info_outline_24dp" /> |
142 | | - |
143 | 111 | <include |
144 | 112 | android:id="@+id/nearby_legend_layout" |
145 | 113 | layout="@layout/nearby_legend" |
|
151 | 119 | android:layout_marginStart="5dp" |
152 | 120 | /> |
153 | 121 |
|
| 122 | + <LinearLayout |
| 123 | + android:layout_width="wrap_content" |
| 124 | + android:layout_height="wrap_content" |
| 125 | + android:layout_below="@id/rl_container_wlm_month_message" |
| 126 | + android:layout_alignParentEnd="true" |
| 127 | + android:layout_marginTop="16dp" |
| 128 | + android:layout_marginEnd="16dp" |
| 129 | + android:gravity="center_horizontal" |
| 130 | + android:orientation="vertical"> |
| 131 | + |
| 132 | + <com.google.android.material.floatingactionbutton.FloatingActionButton |
| 133 | + android:id="@+id/fab_recenter" |
| 134 | + android:layout_width="wrap_content" |
| 135 | + android:layout_height="wrap_content" |
| 136 | + android:clickable="true" |
| 137 | + android:visibility="visible" |
| 138 | + app:backgroundTint="?attr/mainBackground" |
| 139 | + app:elevation="@dimen/dimen_6" |
| 140 | + app:fabSize="normal" |
| 141 | + app:srcCompat="@drawable/ic_my_location_black_24dp" /> |
| 142 | + |
| 143 | + <com.google.android.material.floatingactionbutton.FloatingActionButton |
| 144 | + android:id="@+id/fab_legend" |
| 145 | + android:layout_width="wrap_content" |
| 146 | + android:layout_height="wrap_content" |
| 147 | + android:layout_marginTop="16dp" |
| 148 | + android:clickable="true" |
| 149 | + android:visibility="visible" |
| 150 | + app:backgroundTint="?attr/mainBackground" |
| 151 | + app:elevation="@dimen/dimen_6" |
| 152 | + app:fabSize="normal" |
| 153 | + app:srcCompat="@drawable/ic_info_outline_24dp" /> |
| 154 | + </LinearLayout> |
| 155 | + |
154 | 156 | </RelativeLayout> |
155 | 157 |
|
156 | 158 | <FrameLayout |
|
0 commit comments