Added Legal Activty, and made a lot of tweaks

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-10-11 10:59:29 -04:00
parent 33b5da7bce
commit 2d85541638
29 changed files with 686 additions and 274 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

@@ -95,5 +95,6 @@
<string name="current_ringer">Current Ringer:</string>
<string name="preparing_ringer">Prepearing New Ringer</string>
<string name="airplane_mode">Airplane Mode</string>
<string name="legal">Legal</string>
</resources>

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<CheckBoxPreference
android:defaultValue="false"
android:key="start_on_boot"
android:summary="@string/start_on_boot_about"
android:title="@string/start_on_boot" >
</CheckBoxPreference>
<!-- <CheckBoxPreference -->
<!-- android:defaultValue="false" -->
<!-- android:key="start_on_boot" -->
<!-- android:summary="@string/start_on_boot_about" -->
<!-- android:title="@string/start_on_boot" > -->
<!-- </CheckBoxPreference> -->
<PreferenceScreen android:title="@string/about" >
<com.TwentyCodes.android.LocationRinger.ui.TextViewPreference android:title="@string/hello" />
@@ -21,6 +21,10 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/version_info" >
<com.TwentyCodes.android.exception.VersionInformationPreference />
<Preference
android:key="legal"
android:title="@string/legal" >
</Preference>
</PreferenceCategory>
</PreferenceScreen>