new interface implementation
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
-->
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="#071622" android:endColor="#253541"
|
||||
android:angle="90"/>
|
||||
<gradient android:startColor="#071622" android:endColor="#253541" android:angle="90"/>
|
||||
<corners android:radius="0dp" />
|
||||
</shape>
|
||||
|
6
res/drawable/light_blue_button.xml
Normal file
6
res/drawable/light_blue_button.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="#0f2e47" android:endColor="#3a5366" android:angle="90"/>
|
||||
<corners android:radius="0dp" />
|
||||
</shape>
|
Reference in New Issue
Block a user