quote preview doesn't hide text
This commit is contained in:
parent
b2b9650d48
commit
c7bf9c99ed
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue