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.
40 lines
1.5 KiB
XML
40 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
**
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
-->
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ScrollView
|
|
android:layout_width="280dip"
|
|
android:layout_height="220dip"
|
|
android:layout_below="@+id/gdi_arrow_up"
|
|
android:background="?attr/asListPopoverBg">
|
|
<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>
|