gecko/mobile/android/base/resources/layout/abouthome_addon_row.xml
Sriram Ramasubramanian 423430cd73 Bug 825088: Compound Drawable for addon-row in about:home. [r=mfinkle]
--HG--
extra : rebase_source : 12a6f764e08608ceb2bcbe64733fc61750e5fc34
2012-12-28 14:55:56 -08:00

17 lines
789 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/. -->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="46dip"
android:layout_marginLeft="12dip"
android:drawablePadding="12dip"
android:textAppearance="@style/AboutHome.TextAppearance.Title"
android:background="@drawable/action_bar_button"
android:gravity="center_vertical"
android:singleLine="true"
android:ellipsize="middle"
android:duplicateParentState="true"/>