mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ScrollView
|
|
android:layout_width="280dip"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/gdi_arrow_up"
|
|
android:background="@drawable/list_popover_bg_white">
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
<LinearLayout
|
|
android:id="@+id/topFixedItems"
|
|
android:layout_width="280dip"
|
|
android:layout_height="wrap_content"
|
|
android:background="@android:color/transparent"
|
|
android:orientation="vertical"/>
|
|
<include layout="@layout/fla_separator"/>
|
|
<LinearLayout
|
|
android:id="@+id/content"
|
|
android:layout_width="280dip"
|
|
android:layout_height="wrap_content"
|
|
android:background="@android:color/transparent"
|
|
android:orientation="vertical"/>
|
|
<include layout="@layout/fla_separator"/>
|
|
<LinearLayout
|
|
android:id="@+id/bottomFixedItems"
|
|
android:layout_width="280dip"
|
|
android:layout_height="wrap_content"
|
|
android:background="@android:color/transparent"
|
|
android:orientation="vertical"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</merge>
|