Implemented Settings screen (WIP)

This commit is contained in:
Caesar2011
2018-08-02 01:19:12 +02:00
parent 092d7fe7f5
commit 4f24e74e18
5 changed files with 52 additions and 9 deletions

View 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>