mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
merge add place/business options
Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
<?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__add_organisation"
|
||||
style="@style/PlacePageItemFrame"
|
||||
android:visibility="visible"
|
||||
tools:visibility="visible">
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/mb__add_organisation"
|
||||
style="@style/MwmWidget.M3.Button.Secondary"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:text="@string/placepage_add_business_button"/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -85,8 +85,6 @@
|
||||
|
||||
<include android:visibility="gone" layout="@layout/place_page_editor"/>
|
||||
|
||||
<include android:visibility="gone" layout="@layout/place_page_add_business"/>
|
||||
|
||||
<include android:visibility="gone" layout="@layout/place_page_add"/>
|
||||
|
||||
<android.widget.Space
|
||||
|
||||
Reference in New Issue
Block a user