Merge remote-tracking branch 'upstream/master' into 120302_sb_swipe_lists_subtasks
Before Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 386 B |
After Width: | Height: | Size: 419 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 308 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 918 B |
After Width: | Height: | Size: 984 B |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 296 B |
After Width: | Height: | Size: 320 B |
After Width: | Height: | Size: 521 B |
After Width: | Height: | Size: 517 B |
Before Width: | Height: | Size: 410 B |
After Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 277 B |
After Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 914 B |
After Width: | Height: | Size: 950 B |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 781 B |
After Width: | Height: | Size: 790 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 673 B |
After Width: | Height: | Size: 710 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 693 B |
After Width: | Height: | Size: 699 B |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 382 B |
After Width: | Height: | Size: 382 B |
Before Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 802 B |
After Width: | Height: | Size: 787 B |
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 223 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 982 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 201 B |
After Width: | Height: | Size: 660 B |
After Width: | Height: | Size: 740 B |
Before Width: | Height: | Size: 187 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 887 B |
@ -0,0 +1,34 @@
|
||||
<?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="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>
|
@ -1,33 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout
|
||||
<com.todoroo.astrid.ui.TouchInterceptingFrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="10dip">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/content"
|
||||
android:layout_width="280dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/asListPopoverBg"
|
||||
android:orientation="vertical"
|
||||
android:layout_below="@+id/gdi_arrow_up"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/gdi_arrow_up"
|
||||
android:layout_width="27dip"
|
||||
android:layout_height="27dip"
|
||||
android:layout_marginLeft="-10dip"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginBottom="-8dip"
|
||||
android:src="?attr/asListArrowUp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/gdi_arrow_down"
|
||||
android:layout_width="27dip"
|
||||
android:layout_height="27dip"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginBottom="-8dip"
|
||||
android:layout_below="@android:id/list"/>
|
||||
|
||||
</RelativeLayout>
|
||||
android:layout_height="wrap_content">
|
||||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="10dip">
|
||||
|
||||
<include layout="@layout/main_menu_popover_body"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/gdi_arrow_up"
|
||||
android:layout_width="27dip"
|
||||
android:layout_height="27dip"
|
||||
android:layout_marginLeft="-10dip"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginBottom="-8dip"
|
||||
android:src="?attr/asListArrowUp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/gdi_arrow_down"
|
||||
android:layout_width="27dip"
|
||||
android:layout_height="27dip"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginBottom="-8dip"
|
||||
android:layout_below="@android:id/list"/>
|
||||
|
||||
</RelativeLayout>
|
||||
</com.todoroo.astrid.ui.TouchInterceptingFrameLayout>
|
||||
|
@ -0,0 +1,34 @@
|
||||
<?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="380dip"
|
||||
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>
|
@ -0,0 +1,34 @@
|
||||
<?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>
|
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.todoroo.astrid.ui.TouchInterceptingFrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="10dip">
|
||||
|
||||
<include layout="@layout/main_menu_popover_body_tablet"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/gdi_arrow_up"
|
||||
android:layout_width="27dip"
|
||||
android:layout_height="27dip"
|
||||
android:layout_marginLeft="-10dip"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginBottom="-8dip"
|
||||
android:src="@drawable/list_arrow_up_white" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/gdi_arrow_down"
|
||||
android:layout_width="27dip"
|
||||
android:layout_height="27dip"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginBottom="-8dip"
|
||||
android:layout_below="@android:id/list"/>
|
||||
</RelativeLayout>
|
||||
</com.todoroo.astrid.ui.TouchInterceptingFrameLayout>
|
@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- See the file "LICENSE" for the full license governing this code. -->
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="44dip"
|
||||
android:minHeight="44dip"
|
||||
android:background="@android:drawable/list_selector_background"
|
||||
android:paddingTop="5dip"
|
||||
android:paddingBottom="5dip"
|
||||
android:paddingRight="6dip"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<!-- filter icon -->
|
||||
<ImageView android:id="@+id/icon"
|
||||
android:layout_width="36dip"
|
||||
android:layout_height="36dip"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_marginLeft="12dip"
|
||||
android:scaleType="fitCenter"/>
|
||||
|
||||
<!-- filter name -->
|
||||
<TextView android:id="@+id/name"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:paddingRight="30dp"
|
||||
android:checked="false"
|
||||
android:gravity="center_vertical"
|
||||
android:textSize="18sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="#000000"/>
|
||||
|
||||
</LinearLayout>
|