Added Legal Activty, and made a lot of tweaks
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
6
LocationRinger/res/layout/leagal_activity.xml
Normal file
6
LocationRinger/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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user