diff --git a/.gitignore b/.gitignore index 234b6c6..d8d55c1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,8 @@ app/proguard-project.txt # Local configuration file (sdk path, etc) local.properties + +android-support-v4.jar + +# Mac info +.DS_Store diff --git a/README.md b/README.md index 19e8b8c..44b554d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Showcase app for [SQLCipher for Android](http://sqlcipher.net/sqlcipher-for-andr Follow these steps to setup your dev environment using Eclipse: -1. create a new Eclipse *workspace* in the root director of the repo. +1. create a new Eclipse *workspace* in the root directory of the repo. 2. For Cacheword, import this directory `external/cacheword/cachewordlib/`, using "Import -> Android -> Existing Android Code Into Workspace": 3. Then, "Import -> General -> Existing Projects Into Workspace" for the `app/` directory. diff --git a/app/res/drawable/backwithborder.xml b/app/res/drawable/backwithborder.xml new file mode 100644 index 0000000..7873bd8 --- /dev/null +++ b/app/res/drawable/backwithborder.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/app/res/layout/note_edit.xml b/app/res/layout/note_edit.xml index bc7caf6..f4aadd4 100755 --- a/app/res/layout/note_edit.xml +++ b/app/res/layout/note_edit.xml @@ -1,3 +1,30 @@ + + + + + + + + android:singleLine="false" + android:hint="@string/enter_note_text" /> - \ No newline at end of file +