From 5900d824e93be44a852741ca093d88023e2a516a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 18 Mar 2018 13:44:37 +0000 Subject: Android: Fixed bug when deleting complex clipping areas Tested FLTK schemes - nice! Fixed crashbug in timer Fixed crashbug in mouse handler git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12771 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/AndroidStudio3/app/build.gradle | 2 -- ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'ide/AndroidStudio3/app') diff --git a/ide/AndroidStudio3/app/build.gradle b/ide/AndroidStudio3/app/build.gradle index dbe9d3dc9..fefeafe85 100644 --- a/ide/AndroidStudio3/app/build.gradle +++ b/ide/AndroidStudio3/app/build.gradle @@ -11,8 +11,6 @@ apply plugin: 'com.android.application' buildTypes { release { minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android.txt'), - 'proguard-rules.pro' } } externalNativeBuild { diff --git a/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx b/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx index 6fc009043..6be53dd75 100644 --- a/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx +++ b/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx @@ -55,6 +55,7 @@ void hello_cb(void*) int main(int argc, char **argv) { + Fl::scheme("gleam"); win1 = new Fl_Window(20+50, 10, 200, 200, "back"); win1->color(FL_RED); win1->box(FL_DOWN_BOX); -- cgit v1.2.3