Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b44518b authored by Mohit Mali's avatar Mohit Mali Committed by hacker
Browse files

Ui revamping color implmentation , player seeker and control , player...

Ui revamping color implmentation , player seeker and control , player background , action bar colors, main tabs and color and its background. top action bar text color , menu icon color , theme text color
parent feb8f9a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@
    android:viewportHeight="24.0"
    android:viewportWidth="24.0">
    <path
        android:fillColor="#FFFFFF"
        android:fillColor="@color/player_control_color"
        android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@
    android:viewportHeight="24">

    <path
        android:fillColor="@color/white"
        android:fillColor="@color/player_control_color"
        android:pathData="M6 19h4V5H6v14zm8-14v14h4V5h-4z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@
    android:viewportHeight="24">

    <path
        android:fillColor="@color/white"
        android:fillColor="@color/player_control_color"
        android:pathData="M8 5v14l11-7z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@
    android:viewportHeight="24.0"
    android:viewportWidth="24.0">
    <path
        android:fillColor="#FFFFFF"
        android:fillColor="@color/player_control_color"
        android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@
    android:viewportHeight="24">

    <path
        android:fillColor="@color/white"
        android:fillColor="@color/player_control_color"
        android:pathData="M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z" />
</vector>
Loading