1
0
Fork 1

quote preview doesn't hide text

This commit is contained in:
Arne 2023-05-07 09:41:27 +02:00
parent b2b9650d48
commit c7bf9c99ed

View file

@ -91,6 +91,7 @@
android:background="?attr/color_background_primary"
android:src="?attr/icon_cancel" />
</LinearLayout>
<RelativeLayout
android:id="@+id/input"
android:layout_width="match_parent"
@ -291,7 +292,7 @@
android:id="@+id/snackbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/input"
android:layout_above="@+id/context_preview"
android:layout_marginStart="8dp"
android:layout_marginLeft="8dp"
android:layout_marginEnd="8dp"