gecko/mobile/android/base/resources/layout/abouthome_remote_tab_row.xml
Sriram Ramasubramanian afe014f860 Bug 775334: Make about:home clean. [r=mfinkle]
--HG--
extra : rebase_source : 54594ac171a34bec6d454efeb330cef22aff94f5
2012-07-19 11:42:56 -07:00

29 lines
1.2 KiB
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/. -->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="47dip"
android:orientation="vertical"
android:background="@drawable/action_bar_button">
<TextView android:id="@+id/remote_tab_title"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:paddingLeft="12dip"
android:paddingRight="12dip"
android:gravity="center_vertical"
android:textSize="15sp"
android:textColor="#222222"
android:singleLine="true"
android:ellipsize="middle"/>
<View android:layout_width="fill_parent"
android:layout_height="1dp"
android:background="@drawable/abouthome_divider"
android:layout_alignParentBottom="true"/>
</RelativeLayout>