Replace background image by two color gradient for better rendering on low quality screens
This commit is contained in:
parent
8f4ee0296d
commit
ab5a2bb423
2 changed files with 8 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.3 KiB |
8
res/drawable/background.xml
Normal file
8
res/drawable/background.xml
Normal 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>
|
Loading…
Reference in a new issue