2012-06-10 16:44:50 -07:00
|
|
|
<?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/. -->
|
|
|
|
|
2013-01-10 13:06:32 -08:00
|
|
|
<Gecko.AllCapsTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/client"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="@dimen/remote_tab_group_row_height"
|
|
|
|
style="@style/RemoteTabRowTextAppearance.Url"
|
|
|
|
android:background="@android:color/transparent"
|
|
|
|
android:paddingLeft="2dip"
|
|
|
|
android:paddingRight="2dip"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:singleLine="false"
|
|
|
|
android:maxLines="2"
|
|
|
|
android:gravity="center_vertical"/>
|