Fix auto-migration UI in dark theme
This commit is contained in:
parent
1c4a8046d0
commit
1302bc84dd
1 changed files with 2 additions and 1 deletions
|
|
@ -228,7 +228,8 @@
|
|||
android:id="@+id/card_shim"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:background="#E6FFFFFF"
|
||||
android:alpha="0.9"
|
||||
android:background="?attr/background_card"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
|||
Loading…
Reference in a new issue