summaryrefslogtreecommitdiffstats
path: root/core/res/res/color
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-04-17 15:54:22 -0700
committerAlan Viverette <alanv@google.com>2015-04-17 15:54:22 -0700
commit0cb6eba539b02c233849b09ec34e0edd3fec33d7 (patch)
tree0f3f3893ba7e5aa4831214928c53fd72913efa1f /core/res/res/color
parent66b4139d6a45c9f7641fa27a3d4810571831f35e (diff)
downloadframeworks_base-0cb6eba539b02c233849b09ec34e0edd3fec33d7.zip
frameworks_base-0cb6eba539b02c233849b09ec34e0edd3fec33d7.tar.gz
frameworks_base-0cb6eba539b02c233849b09ec34e0edd3fec33d7.tar.bz2
SeekBar track and progress should both be 2dp
Bug: 20341931 Change-Id: Ica3b97d6fa1c96f2215afb0199e68dfe1976109b
Diffstat (limited to 'core/res/res/color')
-rw-r--r--core/res/res/color/seekbar_track_progress_material.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/core/res/res/color/seekbar_track_progress_material.xml b/core/res/res/color/seekbar_track_progress_material.xml
new file mode 100644
index 0000000..3597c00
--- /dev/null
+++ b/core/res/res/color/seekbar_track_progress_material.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 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.
+ 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_enabled="false"
+ android:color="?attr/colorControlNormal" />
+ <item android:color="?attr/colorControlActivated" />
+</selector>