Updated welcome walkthrough images and task edit popover arrow

pull/14/head
Sam Bosley 13 years ago
parent 21f532c727
commit 3c58db0d99

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 60 KiB

@ -17,8 +17,8 @@
android:layout_width="27dip"
android:layout_height="27dip"
android:scaleType="fitCenter"
android:layout_marginBottom="-8dip"
android:background="#ff0000"/>
android:layout_marginBottom="-10dip"
android:src="?attr/asTaskEditArrow"/>
<ImageView
android:id="@+id/gdi_arrow_down"

@ -24,6 +24,7 @@
<attr name="asAddButtonImg" format="reference" />
<attr name="asMicButtonImg" format="reference" />
<attr name="asCameraButtonImg" format="reference" />
<attr name="asTaskEditArrow" format="reference" />
<attr name="asMainMenu" format="reference" />

@ -28,6 +28,7 @@
<item name="asMainMenu">@drawable/menu_button_blue</item>
<item name="asThemeTextColor">@color/blue_theme_color</item>
<item name="asListsDisclosure">@drawable/lists_disclosure_blue</item>
<item name="asTaskEditArrow">@drawable/taskedit_arrow_up_white</item>
<!-- actionbar-styling -->
<item name="abBackground">@drawable/header_blue</item>
<item name="abDisplayOptions">useLogo|showHome|showTitle</item>
@ -79,6 +80,7 @@
<item name="asMainMenu">@drawable/menu_button_red</item>
<item name="asThemeTextColor">@color/red_theme_color</item>
<item name="asListsDisclosure">@drawable/lists_disclosure_red</item>
<item name="asTaskEditArrow">@drawable/taskedit_arrow_up_white</item>
<!-- actionbar-styling -->
<item name="abBackground">@drawable/header_red</item>
<item name="abDisplayOptions">useLogo|showHome|showTitle</item>

@ -27,7 +27,7 @@ public class ViewPagerAdapter extends PagerAdapter implements TitleProvider
R.drawable.welcome_walkthrough_3,
R.drawable.welcome_walkthrough_4,
R.drawable.welcome_walkthrough_5,
R.drawable.welcome_walkthrough_6,
//R.drawable.welcome_walkthrough_6,
0
};
private static int[] title = new int[]
@ -37,7 +37,7 @@ public class ViewPagerAdapter extends PagerAdapter implements TitleProvider
R.string.welcome_title_3,
R.string.welcome_title_4,
R.string.welcome_title_5,
R.string.welcome_title_6,
//R.string.welcome_title_6,
R.string.welcome_title_7,
};
private static int[] body = new int[]
@ -47,7 +47,7 @@ public class ViewPagerAdapter extends PagerAdapter implements TitleProvider
R.string.welcome_body_3,
R.string.welcome_body_4,
R.string.welcome_body_5,
R.string.welcome_body_6,
//R.string.welcome_body_6,
R.string.welcome_body_7,
};
private static int[] layouts = new int[]
@ -57,7 +57,7 @@ public class ViewPagerAdapter extends PagerAdapter implements TitleProvider
R.layout.welcome_walkthrough_page,
R.layout.welcome_walkthrough_page,
R.layout.welcome_walkthrough_page,
R.layout.welcome_walkthrough_page,
//R.layout.welcome_walkthrough_page,
R.layout.welcome_walkthrough_login_page,
};

Loading…
Cancel
Save