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

Commit d61bc702 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update scroll bar color style"

parents 28f941a2 3bf1343b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_pressed="true">
        <shape  android:shape="rectangle">
            <solid android:color="@color/scroll_thumb_pressed" />
            <solid android:color="?android:attr/colorControlNormal" />
            <size android:width="8dp" android:height="48dp" />
        </shape>
    </item>
    <item>
        <shape android:shape="rectangle">
            <solid android:color="@color/scroll_thumb" />
            <solid android:color="?android:attr/colorControlNormal" />
            <size android:width="8dp" android:height="48dp" />
        </shape>
    </item>
+1 −1
Original line number Diff line number Diff line
@@ -16,6 +16,6 @@
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
  android:shape="rectangle">
    <solid android:color="@color/scroll_track" />
    <solid android:color="@android:color/transparent" />
    <size android:width="8dp" />
</shape>