Browse Source

Fix missing strings error, remove unused icon

master
Anthony Restaino 9 years ago
parent
commit
51fc8d7f85
  1. 3
      .gitignore
  2. BIN
      app/src/main/res/drawable-hdpi/ic_drawer.png
  3. BIN
      app/src/main/res/drawable-xhdpi/ic_drawer.png
  4. 2
      app/src/main/res/values/strings.xml

3
.gitignore vendored

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

BIN
app/src/main/res/drawable-hdpi/ic_drawer.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

BIN
app/src/main/res/drawable-xhdpi/ic_drawer.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

2
app/src/main/res/values/strings.xml

@ -15,7 +15,7 @@ @@ -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>

Loading…
Cancel
Save