Fix issue #614 - background color for Android 5
This commit is contained in:
parent
202e527b5f
commit
173043a684
|
@ -598,7 +598,7 @@
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageButton
|
<androidx.appcompat.widget.AppCompatImageButton
|
||||||
android:id="@+id/action_button_reply"
|
android:id="@+id/action_button_reply"
|
||||||
style="@style/Widget.Material3.Button.IconButton"
|
android:background="@color/transparent"
|
||||||
android:layout_width="48dp"
|
android:layout_width="48dp"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
|
@ -677,25 +677,25 @@
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageButton
|
<androidx.appcompat.widget.AppCompatImageButton
|
||||||
android:id="@+id/action_button_translate"
|
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:layout_gravity="center"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
|
android:background="@color/transparent"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:contentDescription="@string/translate"
|
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
|
android:layout_width="48dp"
|
||||||
|
android:layout_height="48dp"
|
||||||
|
android:contentDescription="@string/translate"
|
||||||
android:src="@drawable/ic_baseline_translate_24"
|
android:src="@drawable/ic_baseline_translate_24"
|
||||||
android:visibility="gone"
|
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/status_add_custom_emoji"
|
app:layout_constraintEnd_toStartOf="@+id/status_add_custom_emoji"
|
||||||
app:layout_constraintStart_toEndOf="@+id/action_button_bookmark"
|
app:layout_constraintStart_toEndOf="@+id/action_button_bookmark"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
|
android:visibility="gone"
|
||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageButton
|
<androidx.appcompat.widget.AppCompatImageButton
|
||||||
android:id="@+id/status_add_custom_emoji"
|
android:id="@+id/status_add_custom_emoji"
|
||||||
style="@style/Widget.Material3.Button.IconButton"
|
android:background="@color/transparent"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/status_emoji"
|
app:layout_constraintEnd_toStartOf="@+id/status_emoji"
|
||||||
app:layout_constraintStart_toEndOf="@+id/action_button_translate"
|
app:layout_constraintStart_toEndOf="@+id/action_button_translate"
|
||||||
|
@ -713,7 +713,7 @@
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageButton
|
<androidx.appcompat.widget.AppCompatImageButton
|
||||||
android:id="@+id/status_emoji"
|
android:id="@+id/status_emoji"
|
||||||
style="@style/Widget.Material3.Button.IconButton"
|
android:background="@color/transparent"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/action_button_more"
|
app:layout_constraintEnd_toStartOf="@+id/action_button_more"
|
||||||
app:layout_constraintStart_toEndOf="@+id/status_add_custom_emoji"
|
app:layout_constraintStart_toEndOf="@+id/status_add_custom_emoji"
|
||||||
|
@ -731,7 +731,7 @@
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageButton
|
<androidx.appcompat.widget.AppCompatImageButton
|
||||||
android:id="@+id/action_button_more"
|
android:id="@+id/action_button_more"
|
||||||
style="@style/Widget.Material3.Button.IconButton"
|
android:background="@color/transparent"
|
||||||
android:layout_gravity="center|end"
|
android:layout_gravity="center|end"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
|
Loading…
Reference in New Issue