[android]Remove grey color on place page buttons layout

Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-06-29 13:58:38 +02:00
committed by Konstantin Pastbin
parent 5ee1c2a2a0
commit 142759c4d0
3 changed files with 1 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
android:id="@+id/pp_buttons_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?ppButtonsBackground"
android:background="?ppBackground"
android:orientation="horizontal"
android:layout_gravity="bottom">
<include layout="@layout/divider_horizontal" />

View File

@@ -16,7 +16,6 @@
<attr name="iconTintActive" format="color" />
<attr name="iconTintLight" format="color" />
<attr name="ppBackground" format="color" />
<attr name="ppButtonsBackground" format="color" />
<attr name="navNextTurnFrame" format="reference" />
<attr name="navNextNextTurnFrame" format="reference" />
<attr name="navLanesBackgroundColor" format="reference" />

View File

@@ -42,7 +42,6 @@
<item name="dividerHorizontal">@color/divider</item>
<item name="ppBackground">@color/bg_cards</item>
<item name="ppButtonsBackground">?panel</item>
<item name="navNextTurnFrame">@drawable/bg_nav_next_turn</item>
<item name="navNextNextTurnFrame">@drawable/bg_nav_next_next_turn</item>
@@ -179,7 +178,6 @@
<item name="dividerHorizontal">@color/divider_night</item>
<item name="ppBackground">@color/bg_cards_night</item>
<item name="ppButtonsBackground">@color/bg_window_night</item>
<item name="navNextTurnFrame">@drawable/bg_nav_next_turn_night</item>
<item name="navNextNextTurnFrame">@drawable/bg_nav_next_next_turn_night</item>