This commit is contained in:
Sergey Solovyev
2012-10-03 21:30:33 +04:00
parent d27c49db32
commit b3f8c4c356
19 changed files with 493 additions and 514 deletions

View File

@@ -15,6 +15,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#10648c" android:endColor="#10648c"/>
<solid android:color="@color/metro_blue_color"/>
<corners android:radius="1dp" />
</shape>

View File

@@ -15,6 +15,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#088e3a" android:endColor="#088e3a"/>
<solid android:color="@color/metro_green_color"/>
<corners android:radius="1dp" />
</shape>

View File

@@ -15,6 +15,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#393939" android:endColor="#393939"/>
<solid android:color="#393939"/>
<corners android:radius="1dp" />
</shape>

View File

@@ -15,6 +15,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#C9C9C9" android:endColor="#C9C9C9"/>
<solid android:color="#C9C9C9"/>
<corners android:radius="1dp" />
</shape>

View File

@@ -15,6 +15,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#651456" android:endColor="#651456"/>
<solid android:color="@color/metro_purple_color"/>
<corners android:radius="1dp" />
</shape>