gecko/mobile/android/base/resources/layout/abouthome_remote_tab_row.xml
2012-05-21 12:12:37 +01:00

18 lines
780 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:id="@+id/remote_tab_title"
android:layout_width="fill_parent"
android:layout_height="47dip"
android:paddingLeft="12dip"
android:paddingRight="12dip"
android:gravity="center_vertical"
android:textSize="15sp"
android:textColor="#222222"
android:singleLine="true"
android:ellipsize="middle"
android:background="@drawable/abouthome_separator"/>