Inital Commit of the framented migration
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
23
LocationRinger/res/layout/update_interval_fragment.xml
Normal file
23
LocationRinger/res/layout/update_interval_fragment.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dip"
|
||||
android:background="@android:drawable/title_bar"
|
||||
android:text="@string/update_interval"
|
||||
android:textColor="#FFFFFF" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/update_interval"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dip"
|
||||
android:layout_marginRight="10dip"
|
||||
android:entries="@array/runtime_string" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user