Commit 173043a6 authored by Thomas's avatar Thomas
Browse files

Fix issue #614 - background color for Android 5

parent 202e527b
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -598,7 +598,7 @@

                <androidx.appcompat.widget.AppCompatImageButton
                    android:id="@+id/action_button_reply"
                    style="@style/Widget.Material3.Button.IconButton"
                    android:background="@color/transparent"
                    android:layout_width="48dp"
                    android:layout_height="48dp"
                    android:layout_gravity="center"
@@ -677,25 +677,25 @@

            <androidx.appcompat.widget.AppCompatImageButton
                android:id="@+id/action_button_translate"
                style="@style/Widget.Material3.Button.IconButton"
                android:layout_width="48dp"
                android:layout_height="48dp"
                android:layout_gravity="center"
                android:adjustViewBounds="true"
                android:background="@color/transparent"
                android:clickable="true"
                android:contentDescription="@string/translate"
                android:focusable="true"
                android:layout_width="48dp"
                android:layout_height="48dp"
                android:contentDescription="@string/translate"
                android:src="@drawable/ic_baseline_translate_24"
                android:visibility="gone"
                app:layout_constraintBottom_toBottomOf="parent"
                app:layout_constraintEnd_toStartOf="@+id/status_add_custom_emoji"
                app:layout_constraintStart_toEndOf="@+id/action_button_bookmark"
                app:layout_constraintTop_toTopOf="parent"
                android:visibility="gone"
                tools:visibility="visible" />

            <androidx.appcompat.widget.AppCompatImageButton
                android:id="@+id/status_add_custom_emoji"
                style="@style/Widget.Material3.Button.IconButton"
                android:background="@color/transparent"
                app:layout_constraintBottom_toBottomOf="parent"
                app:layout_constraintEnd_toStartOf="@+id/status_emoji"
                app:layout_constraintStart_toEndOf="@+id/action_button_translate"
@@ -713,7 +713,7 @@

            <androidx.appcompat.widget.AppCompatImageButton
                android:id="@+id/status_emoji"
                style="@style/Widget.Material3.Button.IconButton"
                android:background="@color/transparent"
                app:layout_constraintBottom_toBottomOf="parent"
                app:layout_constraintEnd_toStartOf="@+id/action_button_more"
                app:layout_constraintStart_toEndOf="@+id/status_add_custom_emoji"
@@ -731,7 +731,7 @@

            <androidx.appcompat.widget.AppCompatImageButton
                android:id="@+id/action_button_more"
                style="@style/Widget.Material3.Button.IconButton"
                android:background="@color/transparent"
                android:layout_gravity="center|end"
                app:layout_constraintBottom_toBottomOf="parent"
                app:layout_constraintEnd_toEndOf="parent"