diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 330a7c98b16e162a3d975886153952162d7e02af..22b765709a80b6367d29ac7bcfbd68bdb0f0c892 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,46 +1,45 @@ - - + + + android:icon="@drawable/icon" + android:label="@string/app_name" + android:theme="@android:style/Theme.NoTitleBar"> + android:name=".activity.MainPageActivity" + android:configChanges="orientation|keyboardHidden" + android:launchMode="singleInstance" + android:screenOrientation="portrait"> - - - + + - - - - - - + + + + + - - + - + - + - - + + \ No newline at end of file diff --git a/res/drawable-hdpi/bottom_bg.png b/res/drawable-hdpi/bottom_bg.png new file mode 100644 index 0000000000000000000000000000000000000000..fa426fe7719bf9d06df67a58265b5ea96712ec12 Binary files /dev/null and b/res/drawable-hdpi/bottom_bg.png differ diff --git a/res/drawable-hdpi/btn_test.png b/res/drawable-hdpi/btn_test.png new file mode 100644 index 0000000000000000000000000000000000000000..e497a64755763f105d171e50af6dce5361d6b8f3 Binary files /dev/null and b/res/drawable-hdpi/btn_test.png differ diff --git a/res/drawable-hdpi/btn_test_press.png b/res/drawable-hdpi/btn_test_press.png new file mode 100644 index 0000000000000000000000000000000000000000..f87e0db699b378cab6f920a2aa48e985cfd4e52f Binary files /dev/null and b/res/drawable-hdpi/btn_test_press.png differ diff --git a/res/drawable-hdpi/settings.png b/res/drawable-hdpi/settings.png new file mode 100644 index 0000000000000000000000000000000000000000..8adebf527f79d1b5d0aa8a76ad818bbdd15d5e59 Binary files /dev/null and b/res/drawable-hdpi/settings.png differ diff --git a/res/drawable-hdpi/settings_pressed.png b/res/drawable-hdpi/settings_pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc91fea1dc45ccf483d66a286923cb12c4b957e Binary files /dev/null and b/res/drawable-hdpi/settings_pressed.png differ diff --git a/res/drawable/settings_button.xml b/res/drawable/settings_button.xml new file mode 100644 index 0000000000000000000000000000000000000000..a7bf01a676d728630fc4299859406e12d4fc06c1 --- /dev/null +++ b/res/drawable/settings_button.xml @@ -0,0 +1,7 @@ + + + + + + diff --git a/res/drawable/test_button.xml b/res/drawable/test_button.xml new file mode 100644 index 0000000000000000000000000000000000000000..36582e6b51f81188299b90c322580ccadb7ddb3e --- /dev/null +++ b/res/drawable/test_button.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index 9457e7e35442f6ad4ab368fd6f7cdc3d229eb42e..588331302f9bb8cfba9d72b8cbf0afdfef9b2e66 100644 --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -11,14 +11,21 @@ + android:layout_marginRight="10dp" + android:layout_marginLeft="10dp" /> + android:layout_height="wrap_content" + android:textSize="18sp" + android:textColor="#5B5B5B" + android:gravity="center_vertical"/> \ No newline at end of file diff --git a/res/layout/mainpage.xml b/res/layout/mainpage.xml index c9e3a87dd03b879951e68ecc87e5ea1a36636205..343561f6d3bd530832433f1557383c47396dbd75 100644 --- a/res/layout/mainpage.xml +++ b/res/layout/mainpage.xml @@ -1,30 +1,45 @@ + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:gravity="bottom|center_horizontal|center_vertical" + android:background="@color/light_purple" + android:orientation="vertical"> - + + + + + android:layout_width="fill_parent" + android:layout_height="80dp" + android:background="@drawable/bottom_bg" >