diff options
author | Alan Viverette <alanv@google.com> | 2015-06-17 15:16:08 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2015-06-17 15:16:08 -0700 |
commit | 3e9c4a82f461b3942a61161390da646e08beed97 (patch) | |
tree | 65ac8f7e908ea87eb035fe8eee54518de02b55d5 /core | |
parent | 95b6fdebb42cfc2c1c04284fc218ca4acec09ee2 (diff) | |
download | frameworks_base-3e9c4a82f461b3942a61161390da646e08beed97.zip frameworks_base-3e9c4a82f461b3942a61161390da646e08beed97.tar.gz frameworks_base-3e9c4a82f461b3942a61161390da646e08beed97.tar.bz2 |
Seekbar track background alpha should be disabledAlpha
Bug: 21728222
Change-Id: I92f21e85781ba6ed51858112aa67e00bf10914ae
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/drawable/seekbar_track_material.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/drawable/seekbar_track_material.xml b/core/res/res/drawable/seekbar_track_material.xml index 6e40c48..01eb243 100644 --- a/core/res/res/drawable/seekbar_track_material.xml +++ b/core/res/res/drawable/seekbar_track_material.xml @@ -20,7 +20,7 @@ <shape android:shape="rectangle" android:tint="?attr/colorControlNormal"> <size android:height="@dimen/seekbar_track_background_height_material" /> - <solid android:color="#ff000000" /> + <solid android:color="@color/white_disabled_material" /> </shape> </item> <item android:id="@id/secondaryProgress" |