gecko/mobile/android/base/resources/layout/abouthome_section.xml

30 lines
1.2 KiB
XML
Raw Normal View History

<?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/. -->
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<view class="org.mozilla.gecko.AboutHomeSection$TitleView"
android:id="@+id/title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<view class="org.mozilla.gecko.AboutHomeSection$SubTitleView"
android:id="@+id/subtitle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<LinearLayout android:id="@+id/items_container"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:isScrollContainer="false"/>
<view class="org.mozilla.gecko.AboutHomeSection$MoreTextView"
android:id="@+id/more_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
</merge>