line and space formatting

This commit is contained in:
SergeyChernonog 2020-10-19 12:45:54 +03:00
parent c41fc44a89
commit dedc82db07
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@
</declare-styleable>
<declare-styleable name="LoadingContentView">
<attr name="stubText" format="string"/>
<attr name="stubText" format="string" />
</declare-styleable>
</resources>

View File

@ -4,7 +4,6 @@
<color name="skeleton_base">#33E5E5EA</color>
<color name="skeleton_gradient">#D9DFE2</color>
<color name="loadingContentViewProgressBar">#8D8EA6</color>
<color name="loadingContentViewTextColor">#999BBF</color>
<color name="loadingContentViewButtonTextColor">#141233</color>