Added a legal information that can be view by the user

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-09-16 11:55:49 -04:00
parent fc86aa6fa7
commit 2d80b371a6
8 changed files with 258 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >z
<item android:id="@+id/legal" android:showAsAction="never" android:title="@string/legal"></item>
</menu>