Added warning icon

Some more work on settings
Configuration dialog finished
This commit is contained in:
Ziver Koc 2014-07-29 09:40:58 +02:00
parent 1aec61f810
commit ba153f5708
17 changed files with 187 additions and 77 deletions

View file

@ -26,6 +26,10 @@
android:name=".gui.EditActivity"
android:label="@string/title_activity_edit" >
</activity>
<activity
android:name=".gui.AboutActivity"
android:label="@string/title_activity_about" >
</activity>
</application>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>