Make quick compose area lighter

This commit is contained in:
kyori19 2020-06-19 14:58:39 +09:00
parent 31c9debd5d
commit 37d0180db4
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="?attr/colorSurface">
<ImageButton
android:id="@+id/button_open_announcements"
@ -119,4 +120,4 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>