From 6bf8fe983dbde42b10b1d864ab12077ba155685f Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 17 Mar 2018 20:33:51 +0000 Subject: Android: added fontattributes, so formatting works well now. Next: add clipping git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12768 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide/AndroidStudio3/app/src/main/cpp') diff --git a/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx b/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx index 7e91157ab..32aad9294 100644 --- a/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx +++ b/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx @@ -68,7 +68,7 @@ int main(int argc, char **argv) btn2 = new Fl_Button(10, 10, 480, 100, "-@circle;-"); btn2->color(FL_BLUE); - btn = new MyButton((win->w()-280)/2, 200, 280, 35, "Hello, Android!"); + btn = new MyButton((win->w()-280)/2, 200-45, 280, 80, "Hello, Android!\nWhere were you?"); btn->color(FL_LIGHT2); btn->labelsize(30); btn->callback( -- cgit v1.2.3