Drawables and strings and everything else. Some unconverted java classes.

This commit is contained in:
Amine
2017-05-28 02:29:42 +02:00
parent 1d767ab99d
commit 97cee06ebe
125 changed files with 4619 additions and 35 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:id="@+id/about"
android:title="@string/action_about"
android:orderInCategory="102"
app:showAsAction="never"/>
</menu>