Replace background image by two color gradient for better rendering on low quality screens

This commit is contained in:
Sylvain Berfini 2012-11-30 16:24:24 +01:00
parent 8f4ee0296d
commit ab5a2bb423
2 changed files with 8 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:endColor="#FFB1BDC4"
android:startColor="#FFE4EDF2"
android:angle="90"/>
</shape>