mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-08 05:17:56 +00:00
[android] Update styles of edit button
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
jeanbaptisteC
parent
b88839c3d8
commit
314982b65a
@@ -6,9 +6,10 @@
|
||||
style="@style/PlacePageItemFrame"
|
||||
tools:visibility="visible">
|
||||
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:id="@+id/tv__editor"
|
||||
style="@style/PlacePageMetadataText.Button"
|
||||
android:text="@string/placepage_add_place_button"
|
||||
android:gravity="center"/>
|
||||
<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>
|
||||
|
||||
@@ -7,10 +7,11 @@
|
||||
android:visibility="visible"
|
||||
tools:visibility="visible">
|
||||
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:id="@+id/tv__editor"
|
||||
style="@style/PlacePageMetadataText.Button"
|
||||
android:gravity="center"
|
||||
<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>
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
android:id="@+id/ll__place_editor"
|
||||
style="@style/PlacePageItemFrame"
|
||||
tools:visibility="visible">
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:id="@+id/tv__editor"
|
||||
style="@style/PlacePageMetadataText.Button"
|
||||
android:gravity="center"
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/mb__place_editor"
|
||||
style="@style/MwmWidget.M3.Button.Secondary"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:text="@string/edit_place"/>
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user