mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
42 lines
1.8 KiB
XML
42 lines
1.8 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/. -->
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<TextView android:id="@+id/title"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="26dip"
|
|
android:paddingLeft="12dip"
|
|
android:background="@drawable/abouthome_separator"
|
|
android:textSize="12sp"
|
|
android:textColor="#000000"
|
|
android:textStyle="bold"
|
|
android:gravity="left|center_vertical"/>
|
|
|
|
<TextView android:id="@+id/subtitle"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="26dip"
|
|
android:paddingLeft="12dip"
|
|
android:background="@drawable/abouthome_separator"
|
|
android:textSize="12sp"
|
|
android:textColor="#666666"
|
|
android:gravity="left|center_vertical"/>
|
|
|
|
<LinearLayout android:id="@+id/items_container"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:isScrollContainer="false"/>
|
|
|
|
<org.mozilla.gecko.LinkTextView android:id="@+id/more_text"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="47dip"
|
|
android:background="@drawable/abouthome_separator"
|
|
android:textColor="#22629e"
|
|
android:textSize="12sp"
|
|
android:gravity="center"/>
|
|
|
|
</merge>
|