Fix pink button background bug
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
android:insetTop="0dp"
|
||||
style="@style/Widget.Material3.Button.TextButton"
|
||||
android:text="@string/logs"
|
||||
android:background="@null"
|
||||
android:textColor="@color/colorNavPrimary"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -179,6 +180,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/check_url"
|
||||
android:visibility="visible"
|
||||
android:background="@null"
|
||||
app:layout_constraintEnd_toEndOf="@+id/gotify_url"
|
||||
app:layout_constraintTop_toTopOf="@+id/checkurl"
|
||||
app:srcCompat="@drawable/ic_settings" />
|
||||
|
||||
@@ -56,9 +56,10 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/message_delete"
|
||||
style="@style/Widget.AppCompat.Button.Borderless"
|
||||
style="@style/Widget.Material3.Button.TextButton"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:background="@null"
|
||||
android:contentDescription="@string/delete_message"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/message_date"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
||||
@@ -57,9 +57,10 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/message_delete"
|
||||
style="@style/Widget.AppCompat.Button.Borderless"
|
||||
style="@style/Widget.Material3.Button.TextButton"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:background="@null"
|
||||
android:contentDescription="@string/delete_message"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/message_date"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
android:adjustViewBounds="true"
|
||||
android:contentDescription="@string/refresh_all"
|
||||
android:scaleType="fitEnd"
|
||||
android:background="@null"
|
||||
app:tint="@android:color/white"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/imageView"
|
||||
|
||||
Reference in New Issue
Block a user