mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-10 06:14:20 +00:00
16 lines
556 B
XML
16 lines
556 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/ll__place_add"
|
|
style="@style/PlacePageItemFrame"
|
|
tools:visibility="visible">
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
android:id="@+id/mb__place_add"
|
|
style="@style/MwmWidget.M3.Button.Secondary"
|
|
android:layout_height="wrap_content"
|
|
android:layout_width="match_parent"
|
|
android:text="@string/placepage_add_place_button" />
|
|
</LinearLayout>
|