mobile/android/base/resources/drawable/home_panel_title_background.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/base/resources/drawable/home_panel_title_background.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
     1.6 +    <item android:left="-1dp"
     1.7 +          android:right="-1dp"
     1.8 +          android:top="-1dp">
     1.9 +
    1.10 +        <shape android:shape="rectangle" >
    1.11 +            <stroke android:width="1px"
    1.12 +                    android:color="@color/doorhanger_divider_light" />
    1.13 +
    1.14 +            <solid android:color="#00000000" />
    1.15 +        </shape>
    1.16 +    </item>
    1.17 +
    1.18 +</layer-list>

mercurial