summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status.xml
diff options
context:
space:
mode:
author0xd9a <0xd9a@noreply.codeberg.org>2022-05-25 02:23:51 +0530
committer0xd9a <0xd9a@noreply.codeberg.org>2022-05-25 02:23:51 +0530
commit33f0b8a4e75251108b812954bb4e95216540163a (patch)
tree51201c4fdddf019f120ef389fbe45e43c12ffe88 /app/src/main/res/layout/drawer_status.xml
parent9510c23b65119a9beebbf84a76f058d8323da8ed (diff)
swap boost and favorite buttons
Diffstat (limited to 'app/src/main/res/layout/drawer_status.xml')
-rw-r--r--app/src/main/res/layout/drawer_status.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index 780989532..65a127ccc 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -428,30 +428,30 @@
tools:ignore="HardcodedText" />
<com.varunest.sparkbutton.SparkButton
- android:id="@+id/action_button_favorite"
+ android:id="@+id/action_button_boost"
android:layout_width="28dp"
android:layout_height="28dp"
android:layout_marginStart="12dp"
android:adjustViewBounds="true"
- app:sparkbutton_activeImage="@drawable/ic_baseline_star_24"
+ app:sparkbutton_activeImage="@drawable/ic_repeat"
app:sparkbutton_animationSpeed="1.5"
app:sparkbutton_iconSize="24dp"
- app:sparkbutton_inActiveImage="@drawable/ic_star_outline"
- app:sparkbutton_primaryColor="@color/marked_icon"
- app:sparkbutton_secondaryColor="@color/marked_icon" />
+ app:sparkbutton_inActiveImage="@drawable/ic_repeat"
+ app:sparkbutton_primaryColor="@color/boost_icon"
+ app:sparkbutton_secondaryColor="@color/boost_icon" />
<com.varunest.sparkbutton.SparkButton
- android:id="@+id/action_button_boost"
+ android:id="@+id/action_button_favorite"
android:layout_width="28dp"
android:layout_height="28dp"
android:layout_marginStart="12dp"
android:adjustViewBounds="true"
- app:sparkbutton_activeImage="@drawable/ic_repeat"
+ app:sparkbutton_activeImage="@drawable/ic_baseline_star_24"
app:sparkbutton_animationSpeed="1.5"
app:sparkbutton_iconSize="24dp"
- app:sparkbutton_inActiveImage="@drawable/ic_repeat"
- app:sparkbutton_primaryColor="@color/boost_icon"
- app:sparkbutton_secondaryColor="@color/boost_icon" />
+ app:sparkbutton_inActiveImage="@drawable/ic_star_outline"
+ app:sparkbutton_primaryColor="@color/marked_icon"
+ app:sparkbutton_secondaryColor="@color/marked_icon" />
<com.varunest.sparkbutton.SparkButton
android:id="@+id/action_button_bookmark"