Buttons now use drawable padding (via InsetDrawable) to have some margins between them
This commit is contained in:
@@ -22,10 +22,16 @@
|
||||
~ Site: http://se.solovyev.org
|
||||
-->
|
||||
|
||||
<shape xmlns:a="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
a:startColor="#520546"
|
||||
<inset xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:insetBottom="@dimen/cpp_button_padding"
|
||||
a:insetLeft="@dimen/cpp_button_padding"
|
||||
a:insetRight="@dimen/cpp_button_padding"
|
||||
a:insetTop="@dimen/cpp_button_padding">
|
||||
<shape>
|
||||
<gradient
|
||||
a:angle="90"
|
||||
a:endColor="#8a307c"
|
||||
a:angle="90"/>
|
||||
<corners a:radius="0dp"/>
|
||||
</shape>
|
||||
a:startColor="#520546" />
|
||||
<corners a:radius="0dp" />
|
||||
</shape>
|
||||
</inset>
|
Reference in New Issue
Block a user