couple more style adjustments
This commit is contained in:
parent
12c4fb3d2d
commit
6bd6d128b9
|
@ -3,8 +3,8 @@
|
|||
<item
|
||||
android:id="@+id/button_background_shape"
|
||||
android:bottom="@dimen/normal_margin"
|
||||
android:left="@dimen/medium_margin"
|
||||
android:right="@dimen/medium_margin"
|
||||
android:left="@dimen/normal_margin"
|
||||
android:right="@dimen/normal_margin"
|
||||
android:top="@dimen/normal_margin">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/md_grey_700" />
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/button_background_shape">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/md_green" />
|
||||
<solid android:color="@color/md_grey_700" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/button_background_shape">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/md_yellow" />
|
||||
<solid android:color="@color/color_primary" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue