Implemented Settings screen (WIP)
This commit is contained in:
12
app/src/main/res/xml/preferences.xml
Normal file
12
app/src/main/res/xml/preferences.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/root_preferences">
|
||||
<PreferenceScreen
|
||||
android:title="@string/hello_blank_fragment"
|
||||
android:summary="@string/lorem_ipsum_100">
|
||||
|
||||
<intent android:action="android.intent.action.VIEW"
|
||||
android:data="http://www.android.com" />
|
||||
|
||||
</PreferenceScreen>
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user