Styles
This commit is contained in:
@@ -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>
|
@@ -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>
|
@@ -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>
|
||||
|
@@ -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>
|
@@ -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>
|
Reference in New Issue
Block a user