Nonthing changed g
This commit is contained in:
parent
6083df1bd4
commit
c3153a9650
1 changed files with 20 additions and 20 deletions
|
@ -12,24 +12,24 @@
|
||||||
~ See the GNU General Public License for more details.
|
~ See the GNU General Public License for more details.
|
||||||
-->
|
-->
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:id="@android:id/background">
|
<item android:id="@android:id/background">
|
||||||
<shape
|
<shape
|
||||||
android:dither="true"
|
android:dither="true"
|
||||||
android:shape="ring"
|
android:shape="ring"
|
||||||
android:thickness="3dp"
|
android:thickness="3dp"
|
||||||
android:type="sweep"
|
android:type="sweep"
|
||||||
android:useLevel="false">
|
android:useLevel="false">
|
||||||
<solid android:color="?android:attr/textColorSecondary" />
|
<solid android:color="?android:attr/textColorSecondary" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
<item android:id="@android:id/progress">
|
<item android:id="@android:id/progress">
|
||||||
<shape
|
<shape
|
||||||
android:shape="ring"
|
android:shape="ring"
|
||||||
android:thickness="3dp"
|
android:thickness="3dp"
|
||||||
android:type="sweep"
|
android:type="sweep"
|
||||||
android:useLevel="true">
|
android:useLevel="true">
|
||||||
<solid android:color="?attr/colorAccent" />
|
<solid android:color="?attr/colorAccent" />
|
||||||
|
<corners android:radius="4dp" />
|
||||||
</shape>
|
</shape>
|
||||||
</item>
|
</item>
|
||||||
</layer-list>
|
</layer-list>
|
Loading…
Reference in a new issue