gecko/mobile/android/base/resources/layout/abouthome_section_title.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

22 lines
821 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/. -->
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:id="@+id/text"
android:layout_width="fill_parent"
android:layout_height="26dip"
android:paddingLeft="12dip"
android:textSize="12sp"
android:textColor="#000000"
android:textStyle="bold"
android:gravity="left|center_vertical"/>
<View android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="@drawable/abouthome_divider"/>
</merge>