Skip to content
Snippets Groups Projects
Commit 1367e3eb authored by Benjamin Dengler's avatar Benjamin Dengler
Browse files

Fixed lint errors.

parent cb8019d4
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="role_values">
<string-array name="role_values" translatable="false">
<item>10</item>
<item>20</item>
<item>30</item>
Loading
Loading
@@ -9,6 +9,6 @@
</string-array>
<!-- Navigation Drawer Strings -->
<string name="drawer_open">Drawer opened</string>
<string name="drawer_close">Drawer closed</string>
<string name="drawer_open" translatable="false">Drawer opened</string>
<string name="drawer_close" translatable="false">Drawer closed</string>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment