Merge pull request #4913 from nextcloud/conversation_description

fix conversation description position
This commit is contained in:
Marcel Hibbe 2025-05-14 09:50:32 +00:00 committed by GitHub
commit bf8b2b2320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,6 +90,27 @@
</RelativeLayout> </RelativeLayout>
<LinearLayout
android:id="@+id/conversation_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/standard_quarter_margin"
android:animateLayoutChanges="true"
android:visibility="gone"
tools:visibility="visible">
<androidx.emoji2.widget.EmojiTextView
android:id="@+id/description_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/standard_margin"
android:layout_marginTop="@dimen/standard_half_margin"
android:layout_marginEnd="@dimen/standard_margin"
android:layout_marginBottom="@dimen/standard_half_margin"
android:autoLink="web"
tools:text="Hello world!" />
</LinearLayout>
<LinearLayout <LinearLayout
android:id="@+id/settings" android:id="@+id/settings"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -119,27 +140,6 @@
</LinearLayout> </LinearLayout>
<LinearLayout
android:id="@+id/conversation_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/standard_quarter_margin"
android:animateLayoutChanges="true"
android:visibility="gone"
tools:visibility="visible">
<androidx.emoji2.widget.EmojiTextView
android:id="@+id/description_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/standard_margin"
android:layout_marginTop="@dimen/standard_half_margin"
android:layout_marginEnd="@dimen/standard_margin"
android:layout_marginBottom="@dimen/standard_half_margin"
android:autoLink="web"
tools:text="Hello world!" />
</LinearLayout>
<LinearLayout <LinearLayout
android:id="@+id/add_to_favorites_button" android:id="@+id/add_to_favorites_button"
android:layout_width="match_parent" android:layout_width="match_parent"