mirror of https://github.com/tasks/tasks
Renamed and reorganized resources to be able to manually control whether or not 3 column layouts are used
parent
61448124bc
commit
7b33e45c76
@ -1,56 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:background="@drawable/list_popover_bg">
|
|
||||||
|
|
||||||
<!-- Footer -->
|
|
||||||
<LinearLayout
|
|
||||||
android:id="@+id/lists_footer"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="50dip"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_alignParentBottom="true">
|
|
||||||
|
|
||||||
<include layout="@layout/fla_separator"/>
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:gravity="center_vertical">
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:layout_width="39dip"
|
|
||||||
android:layout_height="39dip"
|
|
||||||
android:layout_marginLeft="5dip"
|
|
||||||
android:layout_marginRight="8dip"
|
|
||||||
android:src="?attr/asAddButtonImg"
|
|
||||||
android:scaleType="fitCenter"/>
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/new_list_button"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:paddingLeft="10dip"
|
|
||||||
android:gravity="left|center_vertical"
|
|
||||||
android:text="@string/FLA_new_list"
|
|
||||||
style="@style/TextAppearance.FLA_Button"/>
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- List -->
|
|
||||||
<ListView android:id="@android:id/list"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:layout_weight="100"
|
|
||||||
android:layout_alignParentTop="true"
|
|
||||||
android:layout_above="@id/lists_footer"
|
|
||||||
android:scrollbars="vertical"
|
|
||||||
android:divider="@android:color/transparent"
|
|
||||||
android:cacheColorHint="#00000000"/>
|
|
||||||
|
|
||||||
</RelativeLayout>
|
|
||||||
|
|
Loading…
Reference in New Issue