Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / Daydream / root / res / xml / dream_prefs.xml
blob997e5b25816ef53eb9e32420061a4f1fa50d8343
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
4     <EditTextPreference
5         android:key="@string/pref_dream_text_key"
6         android:title="@string/pref_dream_text_title"
7         android:defaultValue="@string/pref_dream_text_default" />
9 </PreferenceScreen>