new interface implementation

This commit is contained in:
serso
2011-09-11 02:38:45 +04:00
parent 22e56d6618
commit 8415e0d7d8
10 changed files with 330 additions and 369 deletions

View File

@@ -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>

View 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>