mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
af2542ef69
--HG-- rename : mobile/android/base/resources/drawable/background.png => mobile/android/base/resources/drawable-nodpi/background.png
24 lines
972 B
XML
24 lines
972 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/container"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:orientation="vertical">
|
|
|
|
<view class="org.mozilla.gecko.RemoteTabs$TabsListContainer"
|
|
android:id="@+id/list_container"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/tabs_tray_bg_repeat">
|
|
|
|
<ExpandableListView android:id="@+id/list"
|
|
style="@style/TabsList"
|
|
android:childDivider="@drawable/tabs_tray_list_divider"
|
|
android:dividerHeight="2dip"
|
|
android:groupIndicator="@android:color/transparent"/>
|
|
|
|
</view>
|
|
|
|
</LinearLayout>
|