XML namespace changed to a
This commit is contained in:
parent
805abda582
commit
87bac3a6db
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
@ -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>
|
@ -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>
|
@ -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>
|
||||
|
@ -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>
|
@ -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>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user