Commit 96a0d5e4 authored by Thomas's avatar Thomas
Browse files

Fix issue #473 - Transparent background

parent a6e52540
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:background="?backgroundColor"
    android:layout_height="match_parent">

    <androidx.appcompat.widget.AppCompatImageButton