Move bookmark description text view to bookmark section

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-08-24 14:31:44 +02:00
committed by x7z4w
parent 265e94edc3
commit 66d5306717
3 changed files with 6 additions and 10 deletions

View File

@@ -11,13 +11,9 @@
android:id="@+id/tv__bookmark_notes" android:id="@+id/tv__bookmark_notes"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/margin_half" android:layout_marginBottom="@dimen/margin_base"
android:layout_marginEnd="@dimen/margin_base" android:layout_marginEnd="@dimen/margin_base"
android:layout_marginStart="@dimen/margin_base" android:layout_marginStart="@dimen/margin_base"
android:layout_marginTop="@dimen/margin_base"
android:textAppearance="?android:attr/textAppearance" 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 "/> tools:text="Long, long text Long, long text Long, long text Long, long text Long, long text Long, long text "/>
<include
layout="@layout/divider_horizontal"/>
</LinearLayout> </LinearLayout>

View File

@@ -16,11 +16,6 @@
android:background="?ppBackground" android:background="?ppBackground"
android:orientation="vertical"> android:orientation="vertical">
<androidx.fragment.app.FragmentContainerView
android:id="@+id/place_page_bookmark_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:layout="@layout/place_page_bookmark_fragment" />
<androidx.fragment.app.FragmentContainerView <androidx.fragment.app.FragmentContainerView
android:id="@+id/place_page_wikipedia_fragment" android:id="@+id/place_page_wikipedia_fragment"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@@ -229,6 +229,11 @@
android:focusable="true" android:focusable="true"
android:src="@drawable/ic_edit" /> android:src="@drawable/ic_edit" />
</LinearLayout> </LinearLayout>
<androidx.fragment.app.FragmentContainerView
android:id="@+id/place_page_bookmark_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:layout="@layout/place_page_bookmark_fragment" />
</LinearLayout> </LinearLayout>
<androidx.fragment.app.FragmentContainerView <androidx.fragment.app.FragmentContainerView
android:id="@+id/place_page_track_fragment" android:id="@+id/place_page_track_fragment"