Fix missing strings error, remove unused icon

This commit is contained in:
Anthony Restaino 2015-05-02 23:40:47 -04:00
parent 13d85c0f90
commit 51fc8d7f85
4 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -6,6 +6,9 @@
.DS_Store
/build
# Binary
*.apk
#################
## Eclipse
#################

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -15,7 +15,7 @@
limitations under the License.
-->
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name">Lightning</string>
<string name="drawer_open">Open navigation drawer</string>