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

Commit acbd547e authored by Annie Chin's avatar Annie Chin
Browse files

Fix CitiesActivity scrollbar

-L+: Material-ize sans thumb size change
-KK-: Change thumb color and show track on press

Bug: 19169105
Change-Id: I0c9f72a4e5cc520ea4113a41e4a73feafd74f8b1
parent 2094574f
Loading
Loading
Loading
Loading
−417 B
Loading image diff...
−640 B
Loading image diff...
−389 B
Loading image diff...
−503 B
Loading image diff...
+10 −9
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
<!-- Copyright (C) 2015 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -14,11 +14,12 @@
     limitations under the License.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:state_pressed="true"
        android:drawable="@drawable/fastscroll_thumb_pressed_holo" />

    <item android:state_pressed="false"
        android:drawable="@drawable/fastscroll_thumb_default_holo" />
</selector>
 No newline at end of file
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:insetRight="@dimen/fastscroll_preview_padding"
    android:insetLeft="@dimen/fastscroll_preview_padding">
    <shape xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="rectangle">
        <corners android:radius="44dp"/>
        <solid android:color="@color/hot_pink" />
    </shape>
</inset>
Loading