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

Commit 8463f6a7 authored by fbaron's avatar fbaron
Browse files

Update folder preview and folder colors

Bug: 268521231
Test: Verify that folder preview and folder colors match the figma attached in the bug
Flag: no flag
Change-Id: Ica75cace98fc2643d59ad0c28cbad736b578c51d
parent 21339533
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
    <item
        android:color="@android:color/system_neutral2_500"
        android:lStar="35" />
        android:color="@android:color/system_neutral2_900"
        android:lStar="12" />
</selector>
+2 −2
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
    <item
        android:color="@android:color/system_neutral2_500"
        android:lStar="30" />
        android:color="@android:color/system_neutral1_900"
        android:lStar="17" />
</selector>
+2 −2
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
    <item
        android:color="@android:color/system_neutral1_500"
        android:lStar="98" />
        android:color="@android:color/system_neutral1_50"
        android:lStar="94" />
</selector>
+1 −3
Original line number Diff line number Diff line
@@ -14,7 +14,5 @@
     limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
    <item
        android:color="@android:color/system_accent2_500"
        android:lStar="80" />
    <item android:color="@android:color/system_accent2_200"/>
</selector>
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
            android:singleLine="true"
            android:textColor="?attr/folderTextColor"
            android:textColorHighlight="?android:attr/colorControlHighlight"
            android:textColorHint="?attr/folderHintColor"/>
            android:textColorHint="?attr/folderHintTextColor"/>

        <com.android.launcher3.pageindicators.PageIndicatorDots
            android:id="@+id/folder_page_indicator"
Loading