Started working on API demo app
This commit is contained in:
20
org_apg_api_demo/res/xml/base_preference.xml
Normal file
20
org_apg_api_demo/res/xml/base_preference.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
|
||||
<PreferenceCategory android:title="Intent Demos" >
|
||||
<Preference
|
||||
android:key="intent_demo_1"
|
||||
android:title="Intent Demo 1" />
|
||||
<Preference
|
||||
android:key="intent_demo_2"
|
||||
android:title="Intent Demo 2" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="AIDL Demos" >
|
||||
<Preference
|
||||
android:key="aidl_demo"
|
||||
android:title="AIDL Demo 1" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user