added grid

This commit is contained in:
2026-06-11 10:22:36 +03:00
parent c2f26c8ec3
commit d28391c71f
5 changed files with 254 additions and 43 deletions
+12
View File
@@ -8,6 +8,18 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<com.grigowashere.loratester.ui.ElevationHeatmapLegendView
android:id="@+id/mapHeatmapLegend"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="10dp"
android:layout_marginBottom="10dp"
android:elevation="4dp"
android:visibility="gone" />
<ScrollView
android:id="@+id/mapSidePanel"
android:layout_width="152dp"