From: drizea Date: Mon, 11 Jun 2012 18:45:40 +0000 (+0300) Subject: Android UI development started. Added dashboard activity main screen X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=98db2c131b4c3973ad0ee8eeddf827a99cb5e474;p=working%2FEvergreen.git Android UI development started. Added dashboard activity main screen --- diff --git a/Open-ILS/src/Android/.classpath b/Open-ILS/src/Android/.classpath new file mode 100644 index 0000000000..39e19dfd99 --- /dev/null +++ b/Open-ILS/src/Android/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/Open-ILS/src/Android/.project b/Open-ILS/src/Android/.project new file mode 100644 index 0000000000..b7991ede89 --- /dev/null +++ b/Open-ILS/src/Android/.project @@ -0,0 +1,33 @@ + + + EvergreenApp + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/Open-ILS/src/Android/AndroidManifest.xml b/Open-ILS/src/Android/AndroidManifest.xml index 8db0af68f6..e0e7e2147c 100644 --- a/Open-ILS/src/Android/AndroidManifest.xml +++ b/Open-ILS/src/Android/AndroidManifest.xml @@ -11,16 +11,23 @@ android:label="@string/app_name" android:theme="@style/EvergreenTheme" > + + android:name=".views.MainScreenDashboard" + android:label="@string/app_name" + android:theme="@android:style/Theme.Light.NoTitleBar" + > - + + + diff --git a/Open-ILS/src/Android/res/drawable-hdpi/account_pref.png b/Open-ILS/src/Android/res/drawable-hdpi/account_pref.png new file mode 100644 index 0000000000..27de9862f1 Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-hdpi/account_pref.png differ diff --git a/Open-ILS/src/Android/res/drawable-hdpi/book_bag.png b/Open-ILS/src/Android/res/drawable-hdpi/book_bag.png new file mode 100644 index 0000000000..a6abc3083b Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-hdpi/book_bag.png differ diff --git a/Open-ILS/src/Android/res/drawable-hdpi/check_out.png b/Open-ILS/src/Android/res/drawable-hdpi/check_out.png new file mode 100644 index 0000000000..95cd2b8307 Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-hdpi/check_out.png differ diff --git a/Open-ILS/src/Android/res/drawable-hdpi/find_96.png b/Open-ILS/src/Android/res/drawable-hdpi/find_96.png new file mode 100644 index 0000000000..9846809f7e Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-hdpi/find_96.png differ diff --git a/Open-ILS/src/Android/res/drawable-hdpi/fines.png b/Open-ILS/src/Android/res/drawable-hdpi/fines.png new file mode 100644 index 0000000000..369aac8f5f Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-hdpi/fines.png differ diff --git a/Open-ILS/src/Android/res/drawable-hdpi/holds.png b/Open-ILS/src/Android/res/drawable-hdpi/holds.png new file mode 100644 index 0000000000..8968581953 Binary files /dev/null and b/Open-ILS/src/Android/res/drawable-hdpi/holds.png differ diff --git a/Open-ILS/src/Android/res/layout/dashbord_main.xml b/Open-ILS/src/Android/res/layout/dashbord_main.xml new file mode 100644 index 0000000000..c847997992 --- /dev/null +++ b/Open-ILS/src/Android/res/layout/dashbord_main.xml @@ -0,0 +1,60 @@ + + + +