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

Commit 8ea9db42 authored by Annie Chin's avatar Annie Chin Committed by Android (Google) Code Review
Browse files

Merge "Fix CitiesActivity scrollbar -L+: Material-ize sans thumb size change...

Merge "Fix CitiesActivity scrollbar -L+: Material-ize sans thumb size change -KK-: Change thumb color and show track on press" into ub-deskclock-army
parents 028df7c6 acbd547e
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