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

20 lines
858 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">
<org.mozilla.gecko.LinkTextView android:id="@+id/text"
android:layout_width="fill_parent"
android:layout_height="47dip"
android:textColor="#22629e"
android:textSize="12sp"
android:gravity="center"/>
<View android:layout_width="fill_parent"
android:layout_height="2dp"
android:background="@drawable/abouthome_divider"/>
</merge>