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

Commit 43caed42 authored by Mohit Mali's avatar Mohit Mali
Browse files

Completed the polishing work mentioned in q

parent 57550d11
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -96,10 +96,11 @@
        <!-- Used to set options -->
        <activity
            android:name="org.lineageos.eleven.ui.activities.SettingsActivity"
            android:label="@string/menu_settings"/>
            android:label="@string/menu_settings"
            android:theme="@style/Eleven.Theme"/>
        <!-- Audio Preview -->
        <activity
            android:name=".ui.activities.preview.AudioPreviewActivity"
            android:name="org.lineageos.eleven.ui.activities.preview.AudioPreviewActivity"
            android:launchMode="singleTask"
            android:excludeFromRecents="true"
            android:taskAffinity=""
@@ -185,7 +186,7 @@
            </intent-filter>
        </receiver>
        <!-- Used to recalculate sorting of songs based on the user's locale -->
        <receiver android:name=".locale.LocaleChangeReceiver">
        <receiver android:name="org.lineageos.eleven.locale.LocaleChangeReceiver">
            <intent-filter>
                <action android:name="android.intent.action.LOCALE_CHANGED"/>
            </intent-filter>
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    android:viewportHeight="24">

    <path
        android:fillColor="@color/primary"
        android:fillColor="@color/lineage_blue_color"
        android:fillAlpha=".9"
        android:strokeAlpha=".9"
        android:pathData="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89 .07 .14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    <path
        android:pathData="M0 0h24v24H0z" />
    <path
        android:fillColor="@color/primary"
        android:fillColor="@color/lineage_blue_color"
        android:pathData="M23 12l-2.44-2.78 .34 -3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61 .81
.34 3.68L1 12l2.44 2.78-.34 3.69 3.61 .82 1.89 3.18L12 21l3.4 1.46 1.89-3.18
3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z" />
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    <path
        android:pathData="M0 0h24v24h-24z" />
    <path
        android:fillColor="@color/black"
        android:fillColor="@color/lineage_blue_color"
        android:pathData="M12 21.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53 0-3.08 2.42-5.5 5.5-5.5
1.74 0 3.41 .81 4.5 2.09 1.09-1.28 2.76-2.09 4.5-2.09 3.08 0 5.5 2.42 5.5 5.5 0
3.78-3.4 6.86-8.55 11.54l-1.45 1.31z" />
+2 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
        app:directOffset="true"
        app:dragView="@+id/secondPanelDragArea"
        app:fadeColor="@color/transparent"
        app:panelHeight="@dimen/sliding_panel_indicator_height"
        app:panelHeight="@dimen/sliding_panel_indicator_height_upper"
        app:shadowHeight="@dimen/sliding_panel_shadow_height">

        <include
@@ -103,6 +103,7 @@
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center_horizontal"
                    android:layout_marginBottom="5dp"
                    android:background="@drawable/round_corner_rect">

                    <ImageView
Loading