diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-17 20:33:51 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-17 20:33:51 +0000 |
| commit | 6bf8fe983dbde42b10b1d864ab12077ba155685f (patch) | |
| tree | 63d15a035c8d9d7dd0b062f03652fcd74d0f04dc /ide/AndroidStudio3/app | |
| parent | e599a0194d14ff36b29b8baa2dfc47230d382f92 (diff) | |
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
Diffstat (limited to 'ide/AndroidStudio3/app')
| -rw-r--r-- | ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
