Skip to content

Commit 293f394

Browse files
committed
Add activity feed icon
1 parent 271a28f commit 293f394

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="960"
5+
android:viewportHeight="960">
6+
<path
7+
android:fillColor="#e3e3e3"
8+
android:pathData="M326,789q-15,-11 -22,-28l-92,-241L40,520v-80h228l92,244 184,-485q7,-17 22,-28t34,-11q19,0 34,11t22,28l92,241h172v80L692,520l-92,-244 -184,485q-7,17 -22,28t-34,11q-19,0 -34,-11Z" />
9+
</vector>

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,18 @@
131131
android:layout_margin="24dp"
132132
android:orientation="vertical">
133133

134+
<androidx.recyclerview.widget.RecyclerView
135+
android:id="@+id/areas"
136+
android:layout_width="wrap_content"
137+
android:layout_height="wrap_content"
138+
android:layout_marginBottom="8dp" />
139+
134140
<org.btcmap.view.IconButton
135141
android:id="@+id/activityFeed"
136142
android:layout_width="56dp"
137143
android:layout_height="56dp"
138144
android:layout_marginBottom="8dp"
139-
app:iconSrc="@drawable/icon_event" />
140-
141-
<androidx.recyclerview.widget.RecyclerView
142-
android:id="@+id/areas"
143-
android:layout_width="wrap_content"
144-
android:layout_height="wrap_content" />
145+
app:iconSrc="@drawable/icon_activity" />
145146

146147
<org.btcmap.view.IconButton
147148
android:id="@+id/fab"

0 commit comments

Comments
 (0)