fix: fix wrong coloring on the follow suggestions fragment bottom bar
This commit is contained in:
@@ -36,13 +36,13 @@
|
|||||||
android:id="@+id/button_bar"
|
android:id="@+id/button_bar"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?colorM3OnBackground"
|
android:background="?colorM3SurfaceVariant"
|
||||||
android:outlineProvider="bounds"
|
android:outlineProvider="bounds"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:elevation="0dp">
|
android:elevation="0dp">
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
style="?android:buttonBarStyle"
|
style="@style/Widget.Mastodon.M3.Button.Filled"
|
||||||
android:id="@+id/btn_next"
|
android:id="@+id/btn_next"
|
||||||
android:minWidth="145dp"
|
android:minWidth="145dp"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
|
|||||||
Reference in New Issue
Block a user