Files
location_ringer/LocationRinger/res/layout/update_interval.xml
2011-07-20 15:14:19 +00:00

25 lines
770 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="@string/update_interval"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:drawable/title_bar"
android:textColor="#FFFFFF"
android:layout_marginTop="10dip"/>
<Spinner
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/update_interval"
android:entries="@array/runtime_string"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"/>
</LinearLayout>