ritzelrechner

Unnamed repository; edit this file 'description' to name the repository.
git clone http://git.code.weiherhei.de/ritzelrechner.git
Log | Files | Refs

preferences.xml (555B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
      3 	android:title="@string/app_name">
      4 
      5 
      6 	<ListPreference android:defaultValue="2150"
      7 		android:title="@string/groesse" android:entries="@array/umfang_label"
      8 		android:entryValues="@array/umfang_value" android:key="umfang" />
      9 
     10 	<ListPreference android:defaultValue="kmh"
     11 		android:title="@string/geschwindigkeit" android:entries="@array/einheit_label"
     12 		android:entryValues="@array/einheit_value" android:key="einheit" />
     13 
     14 </PreferenceScreen>