Loading core/res/res/color/control_nodisable_material.xml→core/res/res/color/config_progress_background_tint.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2015 The Android Open Source Project <!-- Copyright (C) 2018 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. Loading core/res/res/drawable/progress_horizontal_material.xml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ <item android:id="@id/background" android:gravity="center_vertical|fill_horizontal"> <shape android:shape="rectangle" android:tint="?attr/colorControlNormal"> android:tint="?attr/colorProgressBackgroundNormal"> <corners android:radius="?attr/progressBarCornerRadius" /> <size android:height="@dimen/progress_bar_height_material" /> <solid android:color="@color/white_disabled_material" /> Loading core/res/res/drawable/seekbar_track_material.xml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ <item android:id="@id/background" android:gravity="center_vertical|fill_horizontal"> <shape android:shape="rectangle" android:tint="@color/control_nodisable_material"> android:tint="?attr/colorProgressBackgroundNormal"> <corners android:radius="?attr/progressBarCornerRadius" /> <size android:height="@dimen/seekbar_track_background_height_material" /> <solid android:color="@color/white_disabled_material" /> Loading core/res/res/values/attrs.xml +3 −0 Original line number Diff line number Diff line Loading @@ -1114,6 +1114,9 @@ <!-- The color applied to framework switch thumbs in their normal state. --> <attr name="colorSwitchThumbNormal" format="color" /> <!-- The color applied to framework progress and seek bar backgrounds in their normal state. --> <attr name="colorProgressBackgroundNormal" format="color" /> <!-- The color applied to the edge effect on scrolling containers. --> <attr name="colorEdgeEffect" format="color" /> Loading core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2463,6 +2463,7 @@ <java-symbol type="bool" name="config_defaultWindowFeatureOptionsPanel" /> <java-symbol type="bool" name="config_defaultWindowFeatureContextMenu" /> <java-symbol type="bool" name="config_overrideRemoteViewsActivityTransition" /> <java-symbol type="attr" name="colorProgressBackgroundNormal" /> <java-symbol type="layout" name="simple_account_item" /> <java-symbol type="string" name="prohibit_manual_network_selection_in_gobal_mode" /> Loading Loading
core/res/res/color/control_nodisable_material.xml→core/res/res/color/config_progress_background_tint.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2015 The Android Open Source Project <!-- Copyright (C) 2018 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. Loading
core/res/res/drawable/progress_horizontal_material.xml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ <item android:id="@id/background" android:gravity="center_vertical|fill_horizontal"> <shape android:shape="rectangle" android:tint="?attr/colorControlNormal"> android:tint="?attr/colorProgressBackgroundNormal"> <corners android:radius="?attr/progressBarCornerRadius" /> <size android:height="@dimen/progress_bar_height_material" /> <solid android:color="@color/white_disabled_material" /> Loading
core/res/res/drawable/seekbar_track_material.xml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ <item android:id="@id/background" android:gravity="center_vertical|fill_horizontal"> <shape android:shape="rectangle" android:tint="@color/control_nodisable_material"> android:tint="?attr/colorProgressBackgroundNormal"> <corners android:radius="?attr/progressBarCornerRadius" /> <size android:height="@dimen/seekbar_track_background_height_material" /> <solid android:color="@color/white_disabled_material" /> Loading
core/res/res/values/attrs.xml +3 −0 Original line number Diff line number Diff line Loading @@ -1114,6 +1114,9 @@ <!-- The color applied to framework switch thumbs in their normal state. --> <attr name="colorSwitchThumbNormal" format="color" /> <!-- The color applied to framework progress and seek bar backgrounds in their normal state. --> <attr name="colorProgressBackgroundNormal" format="color" /> <!-- The color applied to the edge effect on scrolling containers. --> <attr name="colorEdgeEffect" format="color" /> Loading
core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2463,6 +2463,7 @@ <java-symbol type="bool" name="config_defaultWindowFeatureOptionsPanel" /> <java-symbol type="bool" name="config_defaultWindowFeatureContextMenu" /> <java-symbol type="bool" name="config_overrideRemoteViewsActivityTransition" /> <java-symbol type="attr" name="colorProgressBackgroundNormal" /> <java-symbol type="layout" name="simple_account_item" /> <java-symbol type="string" name="prohibit_manual_network_selection_in_gobal_mode" /> Loading