From abe985341d177993d78524802693d5363d915f82 Mon Sep 17 00:00:00 2001 From: Msjoinder Date: Fri, 8 Nov 2013 19:00:41 -0600 Subject: [PATCH] put border around note title. add to README and .gitignore --- .gitignore | 3 +++ README.md | 2 +- app/res/drawable/backwithborder.xml | 7 ++++++ app/res/layout/note_edit.xml | 33 +++++++++++++++-------------- 4 files changed, 28 insertions(+), 17 deletions(-) create mode 100644 app/res/drawable/backwithborder.xml diff --git a/.gitignore b/.gitignore index 1627478..d8d55c1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ app/proguard-project.txt 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 6503eed..1080aec 100755 --- a/app/res/layout/note_edit.xml +++ b/app/res/layout/note_edit.xml @@ -1,25 +1,26 @@ - - - + + + +