From: gumartinm Date: Mon, 19 Mar 2012 23:05:06 +0000 (+0100) Subject: Latest changes in Android Test3 application. X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=9e5508368e54e63c1983c07d977af3e02cf5e169;p=JavaForFun Latest changes in Android Test3 application. Next step: implement my MobiAds Android application. --- diff --git a/Android/Testing/Test3/AndroidManifest.xml b/Android/Testing/Test3/AndroidManifest.xml index 2ecb907..fdf4d3e 100644 --- a/Android/Testing/Test3/AndroidManifest.xml +++ b/Android/Testing/Test3/AndroidManifest.xml @@ -26,7 +26,7 @@ - + - + @@ -64,10 +64,6 @@ - - - - diff --git a/Android/Testing/Test3/gen/de/android/test3/R.java b/Android/Testing/Test3/gen/de/android/test3/R.java index 8659e5d..b54b83c 100644 --- a/Android/Testing/Test3/gen/de/android/test3/R.java +++ b/Android/Testing/Test3/gen/de/android/test3/R.java @@ -29,16 +29,20 @@ public final class R { public static final class string { public static final int alert_dialog_cancel=0x7f040000; public static final int app_name=0x7f040004; - public static final int button_cancel=0x7f040009; + public static final int button_cancel=0x7f04000d; public static final int button_login=0x7f040007; - public static final int button_ok=0x7f040008; + public static final int button_messagebind=0x7f040008; + public static final int button_messagestartservice=0x7f04000b; + public static final int button_messagestopservice=0x7f04000a; + public static final int button_messageunbind=0x7f040009; + public static final int button_ok=0x7f04000c; public static final int error_dialog_connection_error=0x7f040001; public static final int error_dialog_userpwd_error=0x7f040002; public static final int hello=0x7f040003; public static final int password=0x7f040006; - public static final int remote_service_label=0x7f04000c; - public static final int remote_service_started=0x7f04000a; - public static final int remote_service_stopped=0x7f04000b; + public static final int remote_service_label=0x7f040010; + public static final int remote_service_started=0x7f04000e; + public static final int remote_service_stopped=0x7f04000f; public static final int username=0x7f040005; } } diff --git a/Android/Testing/Test3/res/layout/nextactivity.xml b/Android/Testing/Test3/res/layout/nextactivity.xml index 5203a2b..9b4f8e3 100644 --- a/Android/Testing/Test3/res/layout/nextactivity.xml +++ b/Android/Testing/Test3/res/layout/nextactivity.xml @@ -9,5 +9,52 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /> - + + +