XML namespace changed to a

This commit is contained in:
serso 2015-02-02 09:34:02 +01:00
parent 805abda582
commit 87bac3a6db
9 changed files with 27 additions and 27 deletions

View File

@ -20,7 +20,7 @@
~ Site: http://se.solovyev.org
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/cpp_wizard_button_normal"/>
<corners android:radius="1dp"/>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<solid a:color="@color/cpp_wizard_button_normal"/>
<corners a:radius="1dp"/>
</shape>

View File

@ -20,7 +20,7 @@
~ Site: http://se.solovyev.org
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/cpp_wizard_button_pressed"/>
<corners android:radius="1dp"/>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<solid a:color="@color/cpp_wizard_button_pressed"/>
<corners a:radius="1dp"/>
</shape>

View File

@ -20,7 +20,7 @@
~ Site: http://se.solovyev.org
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/cpp_metro_blue"/>
<corners android:radius="1dp"/>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<solid a:color="@color/cpp_metro_blue"/>
<corners a:radius="1dp"/>
</shape>

View File

@ -20,7 +20,7 @@
~ Site: http://se.solovyev.org
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/cpp_metro_button"/>
<corners android:radius="1dp"/>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<solid a:color="@color/cpp_metro_button"/>
<corners a:radius="1dp"/>
</shape>

View File

@ -20,7 +20,7 @@
~ Site: http://se.solovyev.org
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/cpp_metro_green"/>
<corners android:radius="1dp"/>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<solid a:color="@color/cpp_metro_green"/>
<corners a:radius="1dp"/>
</shape>

View File

@ -20,7 +20,7 @@
~ Site: http://se.solovyev.org
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/cpp_metro_button_light"/>
<corners android:radius="1dp"/>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<solid a:color="@color/cpp_metro_button_light"/>
<corners a:radius="1dp"/>
</shape>

View File

@ -20,7 +20,7 @@
~ Site: http://se.solovyev.org
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ff4d4d4d"/>
<corners android:radius="1dp"/>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<solid a:color="#ff4d4d4d"/>
<corners a:radius="1dp"/>
</shape>

View File

@ -20,7 +20,7 @@
~ Site: http://se.solovyev.org
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/cpp_metro_purple"/>
<corners android:radius="1dp"/>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<solid a:color="@color/cpp_metro_purple"/>
<corners a:radius="1dp"/>
</shape>

View File

@ -20,7 +20,7 @@
~ Site: http://se.solovyev.org
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/cpp_pane_background"/>
<corners android:radius="1dp"/>
<shape xmlns:a="http://schemas.android.com/apk/res/android">
<solid a:color="@color/cpp_pane_background"/>
<corners a:radius="1dp"/>
</shape>