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,6 @@
<?xml version="1.0" encoding="utf-8"?>
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/webview" >
</WebView>

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>

View File

@@ -13,5 +13,6 @@
<string name="new_posts">New Posts</string>
<string name="test_username">test</string>
<string name="test_password">Test1</string>
<string name="osj_server">https://oceanstatejeepsters.ipower.com</string>
<string name="osj_server">https://oceanstatejeepsters.ipower.com/forum/mobiquo/mobiquo.php</string>
<string name="legal">Legal</string>
</resources>