update AndroidManifest.xml
[freespace.git] / res / drawable / bg_bottom_bar_signup.xml
blob0c2e7e4c7565aa1ddb280327531af24ee8ed45a1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <layer-list
3   xmlns:android="http://schemas.android.com/apk/res/android">
4     <item android:bottom="1.0px">
5         <shape>
6             <solid android:color="#ff999999" />
7         </shape>
8     </item>
9     <item android:top="1.0px">
10         <shape>
11             <solid android:color="@color/solid_white" />
12         </shape>
13     </item>
14 </layer-list>