diff --git a/.classpath b/.classpath index 58b8fbb..d63155e 100644 --- a/.classpath +++ b/.classpath @@ -1,11 +1,11 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..13cd203 --- /dev/null +++ b/Android.mk @@ -0,0 +1,20 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_STATIC_JAVA_LIBRARIES := gson + +LOCAL_SRC_FILES := $(call all-java-files-under,src) +LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true + +LOCAL_PACKAGE_NAME := ReadIt + +LOCAL_PROGUARD_FLAG_FILES := proguard.cfg + +include $(BUILD_PACKAGE) + +include $(CLEAR_VARS) + +LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := gson:lib/gson-1.7.1.jar + +include $(BUILD_MULTI_PREBUILT) + diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 25dd54a..31e1f0f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="2.3sh" > diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml index dbc0ac3..7191e0d 100644 --- a/res/layout/list_item.xml +++ b/res/layout/list_item.xml @@ -2,10 +2,10 @@ - - - diff --git a/res/layout/login.xml b/res/layout/login.xml index c143854..02eb1ac 100644 --- a/res/layout/login.xml +++ b/res/layout/login.xml @@ -2,11 +2,11 @@ - diff --git a/res/layout/main_menu.xml b/res/layout/main_menu.xml index 057bd4c..e1db5e3 100644 --- a/res/layout/main_menu.xml +++ b/res/layout/main_menu.xml @@ -4,7 +4,7 @@ android:background="#E7E6E2" android:layout_width="fill_parent"> - @@ -19,7 +19,7 @@ android:layout_width="fill_parent" android:gravity="center" android:layout_height="wrap_content" android:typeface="serif" android:textColor="#62605D" - android:text="or authorize your readability account to access the features below" /> + android:text="@string/authorize" /> @@ -29,7 +29,7 @@ - - @@ -50,7 +50,7 @@ - - @@ -70,7 +70,7 @@ - - -