gecko/mobile/android/base/resources/drawable/abouthome_divider.xml
Sriram Ramasubramanian 2bea6cd22d Bug 745225: about:home rows should have orange highlight. [r=mfinkle]
--HG--
extra : rebase_source : 5d2f519bc362f95b3b2050deaccddac6387b3b66
2012-07-12 15:13:54 -07:00

27 lines
703 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<size android:height="1dp"/>
<solid android:color="#C1C7CC"/>
</shape>
</item>
<item android:top="1dp">
<shape android:shape="rectangle">
<size android:height="1dp"/>
<solid android:color="#FFFFFF"/>
</shape>
</item>
</layer-list>