Nine-patch the save and cancel buttons in task edit, use for new list button

pull/14/head
Sam Bosley 13 years ago
parent 93c10c4d65
commit f799c57fe4

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 871 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 881 B

@ -16,17 +16,6 @@
android:layout_alignParentTop="true"
style="@style/Header">
<!-- Header Logo -->
<!-- <ImageView android:id="@+id/headerLogo"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="100"
android:gravity="center"
android:paddingLeft="43dip"
android:src="@drawable/header_logo_new"
android:scaleType="center"/> -->
<!-- List Label -->
<TextView android:id="@+id/listLabel"
android:layout_width="fill_parent"
@ -61,19 +50,19 @@
android:layout_width="fill_parent"
android:layout_height="50dip"
android:layout_weight="1"
android:padding="5dip"
android:orientation="horizontal"
android:layout_alignParentBottom="true">
<Button
android:id="@+id/new_list_button"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:paddingLeft="10dip"
android:paddingRight="10dip"
android:paddingTop="5dip"
android:paddingBottom="5dip"
android:text="New list"
android:textColor="@android:color/white"/>
android:id="@+id/new_list_button"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/footer_editbutton"
android:gravity="center"
android:text="@string/FLA_new_filter"
android:textStyle="bold"
style="@style/TextAppearance.TEA_action"/>
</LinearLayout>

@ -71,7 +71,7 @@
<LinearLayout android:id="@+id/edit_footer"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="48dip"
android:layout_height="50dip"
android:layout_alignParentBottom="true"
android:padding="5dip"
android:background="@drawable/footer_background"
@ -82,6 +82,7 @@
android:layout_height="fill_parent"
android:layout_marginRight="5dip"
android:background="@drawable/footer_editbutton"
android:gravity="center"
android:text="@string/DLG_save"
android:textStyle="bold"
style="@style/TextAppearance.TEA_action"
@ -92,6 +93,7 @@
android:layout_height="fill_parent"
android:layout_marginLeft="5dip"
android:background="@drawable/footer_editbutton"
android:gravity="center"
android:text="@android:string/cancel"
style="@style/TextAppearance.TEA_action"
android:textColor="#000000"

@ -246,7 +246,7 @@
<string name="FLA_toast_onCreateShortcut">Created Shortcut: %s</string>
<!-- Menu: new filter -->
<string name="FLA_new_filter">New Filter</string>
<string name="FLA_new_filter">New List</string>
<!-- ================================================= TaskEditActivity == -->

Loading…
Cancel
Save