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

Commit c3e13b78 authored by James Kung's avatar James Kung
Browse files

Red fast scroll thumb drawable

Change-Id: Ieb883071d246ee30171ffbcd92895715ff398354
parent 5f50e9af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@

        <activity android:name=".worldclock.CitiesActivity"
                android:label="@string/cities_activity_title"
                android:theme="@style/SettingsTheme"
                android:theme="@style/CitiesTheme"
                android:taskAffinity=""
                android:excludeFromRecents="true"
                >
+1.33 KiB
Loading image diff...
+1.63 KiB
Loading image diff...
+24 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     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
+4 −0
Original line number Diff line number Diff line
@@ -68,6 +68,10 @@
        <item name="android:selectableItemBackground">@drawable/item_background</item>
    </style>

    <style name="CitiesTheme" parent="SettingsTheme">
        <item name="android:fastScrollThumbDrawable">@drawable/red_fastscroll_thumb</item>
    </style>

    <style name="SettingsTheme.ActionBar" parent="@android:style/Widget.Holo.ActionBar">
        <item name="android:titleTextStyle">@style/SettingsTheme.TextAppearance.ActionBar.Title</item>
        <item name="android:displayOptions">useLogo|showTitle</item>