Skip to content

Commit b47523a

Browse files
Fix-icon (#6737)
Signed-off-by: Owm Dubey <owmdubey163@gmail.com> Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
1 parent 8ddb543 commit b47523a

1 file changed

Lines changed: 34 additions & 32 deletions

File tree

app/src/main/res/layout/fragment_nearby_parent.xml

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -108,38 +108,6 @@
108108

109109
</View>
110110

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-
143111
<include
144112
android:id="@+id/nearby_legend_layout"
145113
layout="@layout/nearby_legend"
@@ -151,6 +119,40 @@
151119
android:layout_marginStart="5dp"
152120
/>
153121

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+
154156
</RelativeLayout>
155157

156158
<FrameLayout

0 commit comments

Comments
 (0)