Started working on API demo app
This commit is contained in:
BIN
org_apg_api_demo/res/drawable-hdpi/icon.png
Normal file
BIN
org_apg_api_demo/res/drawable-hdpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
BIN
org_apg_api_demo/res/drawable-ldpi/icon.png
Normal file
BIN
org_apg_api_demo/res/drawable-ldpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
org_apg_api_demo/res/drawable-mdpi/icon.png
Normal file
BIN
org_apg_api_demo/res/drawable-mdpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
org_apg_api_demo/res/drawable-xhdpi/icon.png
Normal file
BIN
org_apg_api_demo/res/drawable-xhdpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
13
org_apg_api_demo/res/layout/intent_demo_1.xml
Normal file
13
org_apg_api_demo/res/layout/intent_demo_1.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical" >
|
||||
|
||||
<Button
|
||||
android:id="@+id/button1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="send Intent" />
|
||||
|
||||
</LinearLayout>
|
||||
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