Place edit button below description

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per 2024-12-16 17:54:58 +01:00 committed by Konstantin Pastbin
parent 1360ca3db6
commit f0dc8017b6

View file

@ -7,16 +7,6 @@
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/tv__bookmark_edit"
style="@style/PlacePageMetadataText.Button"
android:gravity="center"
android:layout_height="@dimen/height_block_base"
android:background="?clickableBackground"
android:paddingEnd="@dimen/margin_base"
android:paddingStart="@dimen/margin_base"
android:text="@string/placepage_edit_bookmark_button"/>
<TextView
android:id="@+id/tv__bookmark_notes"
android:layout_width="match_parent"
@ -28,6 +18,16 @@
android:textAppearance="?android:attr/textAppearance"
tools:text="Long, long text Long, long text Long, long text Long, long text Long, long text Long, long text "/>
<TextView
android:id="@+id/tv__bookmark_edit"
style="@style/PlacePageMetadataText.Button"
android:gravity="center"
android:layout_height="@dimen/height_block_base"
android:background="?clickableBackground"
android:paddingEnd="@dimen/margin_base"
android:paddingStart="@dimen/margin_base"
android:text="@string/placepage_edit_bookmark_button"/>
<include
layout="@layout/divider_horizontal"/>
</LinearLayout>