mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
647d7dc41a
--HG-- extra : rebase_source : 5d2f519bc362f95b3b2050deaccddac6387b3b66
22 lines
821 B
XML
22 lines
821 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/. -->
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<TextView android:id="@+id/text"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="26dip"
|
|
android:paddingLeft="12dip"
|
|
android:textSize="12sp"
|
|
android:textColor="#000000"
|
|
android:textStyle="bold"
|
|
android:gravity="left|center_vertical"/>
|
|
|
|
<View android:layout_width="fill_parent"
|
|
android:layout_height="2dp"
|
|
android:background="@drawable/abouthome_divider"/>
|
|
|
|
</merge>
|