Inital Commit of the framented migration

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-10 13:07:38 -04:00
parent 50f050dd33
commit 69597150ea
64 changed files with 4363 additions and 2178 deletions

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ToggleButton
android:layout_height="wrap_content"
android:id="@+id/ringer_enabled"
android:textOn="@string/enable"
android:textOff="@string/disable"
android:layout_width="match_parent"
/>
<TextView
android:text="@string/ringer_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:drawable/title_bar"
android:textColor="#FFFFFF"
android:layout_marginTop="10dip"/>
<view class="com.TwentyCodes.android.LocationRinger.ui.fragments.AboutRingerFragment$ListeningEditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/ringer_name"
android:capitalize="words"
/>
<TextView
android:text="@string/ringer_description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:drawable/title_bar"
android:textColor="#FFFFFF"
android:layout_marginTop="10dip"/>
<view class="com.TwentyCodes.android.LocationRinger.ui.fragments.AboutRingerFragment$ListeningEditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/ringer_description"
android:inputType="textMultiLine"
android:capitalize="sentences"/>
</LinearLayout>