2012-03-19 16:15:05 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-05-21 04:12:37 -07:00
|
|
|
<!-- 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/. -->
|
|
|
|
|
2012-03-19 16:15:05 -07:00
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2012-07-19 11:42:56 -07:00
|
|
|
<TextView android:id="@+id/title"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="26dip"
|
|
|
|
android:background="#34FFFFFF"
|
|
|
|
android:paddingLeft="12dip"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:textColor="#000000"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:gravity="left|center_vertical"/>
|
2012-03-19 16:15:05 -07:00
|
|
|
|
2012-07-19 11:42:56 -07:00
|
|
|
<TextView android:id="@+id/subtitle"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="26dip"
|
|
|
|
android:layout_marginTop="1dip"
|
|
|
|
android:background="#34FFFFFF"
|
|
|
|
android:paddingLeft="12dip"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:textColor="#666666"
|
|
|
|
android:gravity="left|center_vertical"/>
|
2012-03-19 16:15:05 -07:00
|
|
|
|
|
|
|
<LinearLayout android:id="@+id/items_container"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:isScrollContainer="false"/>
|
|
|
|
|
2012-07-19 11:42:56 -07:00
|
|
|
<org.mozilla.gecko.LinkTextView android:id="@+id/more_text"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="47dip"
|
|
|
|
android:textColor="#22629e"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:gravity="center"/>
|
2012-03-19 16:15:05 -07:00
|
|
|
|
|
|
|
</merge>
|