Commit dc22571f authored by 0xd9a's avatar 0xd9a
Browse files

Change hashtags position (Fix #1243)

parent 1358a83e
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -281,18 +281,6 @@
            tools:maxLines="10"
            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
            android:id="@+id/status_content_maths"
            android:layout_width="match_parent"
@@ -370,6 +358,18 @@

        </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
            android:id="@+id/card"
            android:layout_width="match_parent"