I Ilya G. Active Member Licensed User Longtime User Dec 11, 2021 #1 Hi, I noticed that there is a difference in CustomLayoutDialog indents on android 7 and 11, can I somehow change these indents?
Hi, I noticed that there is a difference in CustomLayoutDialog indents on android 7 and 11, can I somehow change these indents?
Erel B4X founder Staff member Licensed User Longtime User Dec 12, 2021 #2 You shouldn't use CustomLayoutDialog. Use B4XDialog instead. Upvote 0
I Ilya G. Active Member Licensed User Longtime User Dec 12, 2021 #3 I tried using B4XDialog, but it doesn't suit my application style and usability. Could it be possible to somehow change the CustomLayoutDialog? Upvote 0
I tried using B4XDialog, but it doesn't suit my application style and usability. Could it be possible to somehow change the CustomLayoutDialog?
Erel B4X founder Staff member Licensed User Longtime User Dec 13, 2021 #4 GanjaKyp said: Could it be possible to somehow change the CustomLayoutDialog? Click to expand... No. GanjaKyp said: I tried using B4XDialog, but it doesn't suit my application style and usability. Click to expand... All aspects of B4XDialog can be customized. Some examples: [B4X] Share your B4XDialog + templates theming code Upvote 0
GanjaKyp said: Could it be possible to somehow change the CustomLayoutDialog? Click to expand... No. GanjaKyp said: I tried using B4XDialog, but it doesn't suit my application style and usability. Click to expand... All aspects of B4XDialog can be customized. Some examples: [B4X] Share your B4XDialog + templates theming code
I Ilya G. Active Member Licensed User Longtime User Dec 15, 2021 #5 I don't really like B4XDialog because all these customizations take much more lines of code than CustomLayoutDialog Upvote 0
I don't really like B4XDialog because all these customizations take much more lines of code than CustomLayoutDialog