aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/bg.xml
blob: 3fadd34cff47452ae3c461025354471335e8728c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<shape 
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:shape="rectangle">
  <gradient 
    android:startColor="#acacac" 
    android:centerColor="#4f4f4f"
    android:endColor="#3f3f3f" 
    android:angle="-90">
  </gradient>
</shape>