- Hostaktivität:
DialerSettingsActivity
- Fragment:
DialerSettingsFragment
- Stammlayout:
@layout/dialer_settings_activity
- Design:
@style/Theme.Dialer.Setting
- Einstellungen:
R.xml.settings_page
Abbildung 1. Bildschirm „Einstellungen“
Komponente | Attribut | Wert |
---|---|---|
Darstellung der Symbolleiste | android:toolbarStyle
|
@style/Widget.Dialer.Toolbar |
android:navigationIcon
|
@drawable/ic_arrow_back |
|
android:actionBarSize
|
96dp |
|
android:label
|
@string/setting_title |
|
Darstellung von Einstellungen | preferenceTheme
|
@style/PreferenceTheme |
Abbildung 2: Darstellung von Einstellungen
Startbildschirmeinstellung:
android:entries="@array/tabs_title" android:entryValues="@array/tabs_config"
- Dialogfeld.
android.app.AlertDialog
- Design.
Theme.DeviceDefault.Dialog.Alert
Abbildung 2. Einstellung für die Kontaktbestellung
Einstellung für Kontaktbestellung:
android:entries="@array/contact_order_entries" android:entryValues="@array/contact_order_entry_values"
- Dialogfeld.
android.app.AlertDialog
- Design.
Theme.DeviceDefault.Dialog.Alert