Added a legal information that can be view by the user
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
6
OSJ Forum/res/layout/leagal_activity.xml
Normal file
6
OSJ Forum/res/layout/leagal_activity.xml
Normal 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>
|
||||
4
OSJ Forum/res/menu/main_menu.xml
Normal file
4
OSJ Forum/res/menu/main_menu.xml
Normal 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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user