mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-22 09:55:20 +01:00
Added android 10 dark theme support
This commit is contained in:
parent
46cdedce0b
commit
153f1bd9d0
33 changed files with 372 additions and 352 deletions
|
@ -46,24 +46,33 @@
|
|||
|
||||
|
||||
<declare-styleable name="LrcView">
|
||||
<attr name="lrcTextSize" format="dimension"/>
|
||||
<attr name="lrcLineSpaceSize" format="dimension"/>
|
||||
<attr name="lrcNormalTextColor" format="reference|color"/>
|
||||
<attr name="lrcCurrentTextColor" format="reference|color"/>
|
||||
<attr name="lrcTouchDelay" format="integer"/>
|
||||
<attr name="noLrcTextSize" format="dimension"/>
|
||||
<attr name="noLrcTextColor" format="reference|color"/>
|
||||
<attr name="indicatorLineHeight" format="dimension"/>
|
||||
<attr name="indicatorTextSize" format="dimension"/>
|
||||
<attr name="indicatorTextColor" format="reference|color"/>
|
||||
<attr name="currentIndicateLrcColor" format="reference|color"/>
|
||||
<attr name="indicatorTouchDelay" format="integer"/>
|
||||
<attr name="indicatorLineColor" format="reference|color"/>
|
||||
<attr name="indicatorStartEndMargin" format="dimension"/>
|
||||
<attr name="iconLineGap" format="dimension"/>
|
||||
<attr name="playIconWidth" format="dimension"/>
|
||||
<attr name="playIconHeight" format="dimension"/>
|
||||
<attr name="playIcon" format="reference"/>
|
||||
<attr name="lrcTextSize" format="dimension" />
|
||||
<attr name="lrcLineSpaceSize" format="dimension" />
|
||||
<attr name="lrcNormalTextColor" format="reference|color" />
|
||||
<attr name="lrcCurrentTextColor" format="reference|color" />
|
||||
<attr name="lrcTouchDelay" format="integer" />
|
||||
<attr name="noLrcTextSize" format="dimension" />
|
||||
<attr name="noLrcTextColor" format="reference|color" />
|
||||
<attr name="indicatorLineHeight" format="dimension" />
|
||||
<attr name="indicatorTextSize" format="dimension" />
|
||||
<attr name="indicatorTextColor" format="reference|color" />
|
||||
<attr name="currentIndicateLrcColor" format="reference|color" />
|
||||
<attr name="indicatorTouchDelay" format="integer" />
|
||||
<attr name="indicatorLineColor" format="reference|color" />
|
||||
<attr name="indicatorStartEndMargin" format="dimension" />
|
||||
<attr name="iconLineGap" format="dimension" />
|
||||
<attr name="playIconWidth" format="dimension" />
|
||||
<attr name="playIconHeight" format="dimension" />
|
||||
<attr name="playIcon" format="reference" />
|
||||
</declare-styleable>
|
||||
|
||||
<attr name="lineHeightHint" format="dimension" />
|
||||
|
||||
<declare-styleable name="BaselineGridTextView">
|
||||
<attr name="lineHeightMultiplierHint" format="float" />
|
||||
<attr name="lineHeightHint" />
|
||||
<attr name="maxLinesByHeight" format="boolean" />
|
||||
<attr name="android:textAppearance" />
|
||||
<attr name="android:fontFamily" />
|
||||
</declare-styleable>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue