Format all XML resources
This commit is contained in:
parent
ae33c6cf18
commit
aced2b124c
346 changed files with 3828 additions and 3454 deletions
|
|
@ -2,16 +2,16 @@
|
|||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@android:id/background">
|
||||
<shape>
|
||||
<solid android:color="@color/gray"/>
|
||||
<solid android:color="@color/gray" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item android:id="@android:id/progress">
|
||||
<clip>
|
||||
<shape>
|
||||
<solid android:color="@color/middle_gray"/>
|
||||
<solid android:color="@color/middle_gray" />
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
</layer-list>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue