XML namespace changed to a
This commit is contained in:
parent
805abda582
commit
87bac3a6db
@ -20,7 +20,7 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:a="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="@color/cpp_wizard_button_normal"/>
|
<solid a:color="@color/cpp_wizard_button_normal"/>
|
||||||
<corners android:radius="1dp"/>
|
<corners a:radius="1dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:a="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="@color/cpp_wizard_button_pressed"/>
|
<solid a:color="@color/cpp_wizard_button_pressed"/>
|
||||||
<corners android:radius="1dp"/>
|
<corners a:radius="1dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:a="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="@color/cpp_metro_blue"/>
|
<solid a:color="@color/cpp_metro_blue"/>
|
||||||
<corners android:radius="1dp"/>
|
<corners a:radius="1dp"/>
|
||||||
</shape>
|
</shape>
|
@ -20,7 +20,7 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:a="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="@color/cpp_metro_button"/>
|
<solid a:color="@color/cpp_metro_button"/>
|
||||||
<corners android:radius="1dp"/>
|
<corners a:radius="1dp"/>
|
||||||
</shape>
|
</shape>
|
@ -20,7 +20,7 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:a="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="@color/cpp_metro_green"/>
|
<solid a:color="@color/cpp_metro_green"/>
|
||||||
<corners android:radius="1dp"/>
|
<corners a:radius="1dp"/>
|
||||||
</shape>
|
</shape>
|
@ -20,7 +20,7 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:a="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="@color/cpp_metro_button_light"/>
|
<solid a:color="@color/cpp_metro_button_light"/>
|
||||||
<corners android:radius="1dp"/>
|
<corners a:radius="1dp"/>
|
||||||
</shape>
|
</shape>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:a="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="#ff4d4d4d"/>
|
<solid a:color="#ff4d4d4d"/>
|
||||||
<corners android:radius="1dp"/>
|
<corners a:radius="1dp"/>
|
||||||
</shape>
|
</shape>
|
@ -20,7 +20,7 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:a="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="@color/cpp_metro_purple"/>
|
<solid a:color="@color/cpp_metro_purple"/>
|
||||||
<corners android:radius="1dp"/>
|
<corners a:radius="1dp"/>
|
||||||
</shape>
|
</shape>
|
@ -20,7 +20,7 @@
|
|||||||
~ Site: http://se.solovyev.org
|
~ Site: http://se.solovyev.org
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:a="http://schemas.android.com/apk/res/android">
|
||||||
<solid android:color="@color/cpp_pane_background"/>
|
<solid a:color="@color/cpp_pane_background"/>
|
||||||
<corners android:radius="1dp"/>
|
<corners a:radius="1dp"/>
|
||||||
</shape>
|
</shape>
|
Loading…
Reference in New Issue
Block a user