diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-02 20:03:04 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-02 20:03:04 +0000 |
| commit | 42555053a11cff99d49876cb373806fd9708ad8b (patch) | |
| tree | 401e4f99bedeef5cd7f68d09a766ef0f9570dd6e /Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx | |
| parent | b2da1fcbaf0b0eebfbc29f22bf47e59a7ee0168e (diff) | |
More Android changes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12699 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx')
| -rw-r--r-- | Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx b/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx index 9bf17bdf3..ce233546c 100644 --- a/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx +++ b/Android/HelloAndroid/app/src/main/cpp/HelloAndroid.cxx @@ -35,7 +35,7 @@ Fl_Button *btn; #include <string.h> #include <math.h> -#define LOG_TAG "libplasma" +#define LOG_TAG "HelloFLTK" #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) #define LOGW(...) __android_log_print(ANDROID_LOG_WARN,LOG_TAG,__VA_ARGS__) #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__) @@ -521,8 +521,7 @@ void android_main(struct android_app* state) { stats_init(&engine.stats); win = new Fl_Window(10, 10, 600, 400, "Hallo"); - btn = new Fl_Button(190, 200, 220, 35, "Hello, world!"); - btn = new Fl_Button(190, 240, 220, 35, "O/\\!*()|"); + btn = new Fl_Button(190, 200, 280, 35, "Hello, Android!"); win->show(); |
