Change hashtags position (Fix #1243)

This commit is contained in:
0xd9a 2025-06-10 02:05:30 +05:30
parent 1358a83eb9
commit dc22571f28

View file

@ -281,18 +281,6 @@
tools:maxLines="10" tools:maxLines="10"
tools:text="@tools:sample/lorem/random" /> tools:text="@tools:sample/lorem/random" />
<com.google.android.material.chip.ChipGroup
android:id="@+id/status_hashtags"
android:visibility="gone"
tools:visibility="visible"
android:layout_marginStart="48dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
app:chipSpacingHorizontal="6dp"
app:chipSpacingVertical="6dp"
app:layout_constraintTop_toBottomOf="@id/description"/>
<androidx.core.widget.NestedScrollView <androidx.core.widget.NestedScrollView
android:id="@+id/status_content_maths" android:id="@+id/status_content_maths"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -370,6 +358,18 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<com.google.android.material.chip.ChipGroup
android:id="@+id/status_hashtags"
android:visibility="gone"
tools:visibility="visible"
android:layout_marginStart="48dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
app:chipSpacingHorizontal="6dp"
app:chipSpacingVertical="6dp"
app:layout_constraintTop_toBottomOf="@id/description"/>
<com.google.android.material.card.MaterialCardView <com.google.android.material.card.MaterialCardView
android:id="@+id/card" android:id="@+id/card"
android:layout_width="match_parent" android:layout_width="match_parent"