Added initial "ShareLocation" UI

Added the UI and some base logic for the share location logic, which
still needs to be enhanced with actual GPS and database logic.
This commit is contained in:
Alexander Dörflinger
2025-03-19 09:37:22 +01:00
parent b20bb86be3
commit 47149307fe
14 changed files with 376 additions and 53 deletions

View File

@@ -30,5 +30,12 @@
android:layout_height="wrap_content"
android:layout_weight="1"/>
<include layout="@layout/helper_group_tile_item"
android:id="@+id/tile_share_location"
android:layout_margin="10dp"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>