mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<ScrollView android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="24dip"
|
|
android:layout_alignParentTop="true"
|
|
android:background="@drawable/doorhanger_popup_bg">
|
|
|
|
<LinearLayout android:id="@+id/doorhanger_container"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"/>
|
|
|
|
</ScrollView>
|
|
|
|
<ImageView android:layout_width="44dip"
|
|
android:layout_height="16dip"
|
|
android:layout_marginLeft="4dip"
|
|
android:layout_marginTop="9dip"
|
|
android:layout_alignParentTop="true"
|
|
android:src="@drawable/doorhanger_arrow"
|
|
android:scaleType="fitXY"/>
|
|
|
|
</RelativeLayout>
|