vecino Well-Known Member Licensed User Longtime User Aug 3, 2018 #1 Hi, how would it be possible to have an InputDialog with more space to write the user? Original InputDialog: InputDialog I need:
Hi, how would it be possible to have an InputDialog with more space to write the user? Original InputDialog: InputDialog I need:
Geezer Active Member Licensed User Longtime User Aug 3, 2018 #2 You could just create your own using a multiline EditText view. Upvote 0
vecino Well-Known Member Licensed User Longtime User Aug 4, 2018 #3 Hello, I ask in case something already exists and I save myself from "reinventing the wheel". Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 5, 2018 #4 You are using an Android 2 theme. This is not good. It is very easy to create custom dialogs: https://www.b4x.com/android/forum/threads/80204/#content Upvote 0
You are using an Android 2 theme. This is not good. It is very easy to create custom dialogs: https://www.b4x.com/android/forum/threads/80204/#content
vecino Well-Known Member Licensed User Longtime User Aug 5, 2018 #5 Thanks for the info. I use minSdkVersion="5" because I have enough clients with android 4.x Should I change it? Upvote 0
Thanks for the info. I use minSdkVersion="5" because I have enough clients with android 4.x Should I change it?
DonManfred Expert Licensed User Longtime User Aug 5, 2018 #6 vecino said: I use minSdkVersion="5" because I have enough clients with android 4.x Click to expand... How is Api 5 related to Android 4.x? Api 5 is Android 2 Android 4.x is Api 14+ Upvote 0
vecino said: I use minSdkVersion="5" because I have enough clients with android 4.x Click to expand... How is Api 5 related to Android 4.x? Api 5 is Android 2 Android 4.x is Api 14+
vecino Well-Known Member Licensed User Longtime User Aug 5, 2018 #7 You're right, I've been confused. Upvote 0