第一次提交

This commit is contained in:
被淹死的鱼
2026-03-11 18:26:29 +08:00
commit cd3b53759e
8532 changed files with 522078 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<!--
~ Copyright (c) Gustavo Claramunt (AnderWeb) 2014.
~
~ 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.
-->
<resources>
<color name="dsb_progress_color">#ff009688</color>
<color name="dsb_track_color">#ff939393</color>
<color name="dsb_disabled_color">#66939393</color>
<color name="dsb_ripple_color_pressed">#77939393</color>
<color name="dsb_ripple_color_focused">#99999999</color>
<style name="Widget.DiscreteSeekBar" parent="android:Widget">
<item name="dsb_indicatorTextAppearance">@style/Widget.DiscreteIndicatorTextAppearance</item>
<item name="dsb_progressColor">@color/dsb_progress_color_list</item>
<item name="dsb_trackColor">@color/dsb_track_color_list</item>
<item name="dsb_rippleColor">@color/dsb_ripple_color_list</item>
<item name="dsb_indicatorColor">@color/dsb_progress_color</item>
<item name="dsb_indicatorElevation">4dp</item>
<item name="dsb_mirrorForRtl">true</item>
</style>
<style name="Widget.DiscreteIndicatorTextAppearance" parent="android:TextAppearance.Small">
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
<item name="android:padding">6dp</item>
</style>
</resources>