Fix filter theme
This commit is contained in:
parent
bfb018d1b4
commit
aaad902d6a
@ -6,6 +6,7 @@
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/mangadex_random"
|
||||
style="?attr/borderlessButtonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
@ -17,6 +18,7 @@
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/mangadex_follows"
|
||||
style="?attr/borderlessButtonStyle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end"
|
||||
|
@ -31,6 +31,7 @@
|
||||
android:layout_weight="1"
|
||||
android:contentDescription="@string/action_save"
|
||||
android:tint="?attr/colorAccent"
|
||||
android:background="?attr/borderlessButtonStyle"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/filter_btn"
|
||||
app:layout_constraintHorizontal_bias="1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user