M.LAZ Active Member Licensed User Longtime User Jun 9, 2023 #1 Hi my device is pixel 6a i didn't change or reach this area in the bottom of activity as described in the picture? i need to change it's color thanks in advance
Hi my device is pixel 6a i didn't change or reach this area in the bottom of activity as described in the picture? i need to change it's color thanks in advance
Andrew (Digitwell) Well-Known Member Licensed User Longtime User Jun 9, 2023 #2 Can you upload a sample program. On the face of it, it looks like you haven't set the layout anchors. Upvote 0
Can you upload a sample program. On the face of it, it looks like you haven't set the layout anchors.
William Lancee Well-Known Member Licensed User Longtime User Jun 9, 2023 #3 If your view doesn't or shouldn't reach the bottom, then try setting Activity.Color to your background color (white?) in Activity_Create. Upvote 0
If your view doesn't or shouldn't reach the bottom, then try setting Activity.Color to your background color (white?) in Activity_Create.
M.LAZ Active Member Licensed User Longtime User Jun 9, 2023 #4 Andrew (Digitwell) said: Can you upload a sample program. On the face of it, it looks like you haven't set the layout anchors. Click to expand... i set the layout anchors properly Upvote 0
Andrew (Digitwell) said: Can you upload a sample program. On the face of it, it looks like you haven't set the layout anchors. Click to expand... i set the layout anchors properly
Andrew (Digitwell) Well-Known Member Licensed User Longtime User Jun 9, 2023 #5 M.LAZ said: i set the layout anchors properly Click to expand... Ok, a sample program will really help. Upvote 0
M.LAZ said: i set the layout anchors properly Click to expand... Ok, a sample program will really help.
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Jun 9, 2023 #6 M.LAZ said: my device is pixel 6a i didn't change or reach this area in the bottom of activity as described in the picture? Click to expand... See anchors in designer: Upvote 0
M.LAZ said: my device is pixel 6a i didn't change or reach this area in the bottom of activity as described in the picture? Click to expand... See anchors in designer:
M.LAZ Active Member Licensed User Longtime User Jun 9, 2023 #7 a sample is attached Attachments B4XDrawerAdvanced Example2.zip 156.6 KB · Views: 175 Upvote 0
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Jun 9, 2023 #8 code checked, you can change the bottom color by modifying color value on line 33 in manifest file: B4X: <color name="navigationBar">#FF006DB3</color> Yes the bottom is navigation bar of your phone, can not override by vertical anchors. Upvote 0
code checked, you can change the bottom color by modifying color value on line 33 in manifest file: B4X: <color name="navigationBar">#FF006DB3</color> Yes the bottom is navigation bar of your phone, can not override by vertical anchors.
M.LAZ Active Member Licensed User Longtime User Jun 9, 2023 #9 thank you so much ,, you save my time ,, i'm testing the slidermenu Upvote 0
Sagenut Expert Licensed User Longtime User Jun 9, 2023 #10 To use the 100% of the display you need to enable the Immersive Mode. https://www.b4x.com/android/forum/threads/immersive-mode-with-notch-area-support.100636/ Upvote 0
To use the 100% of the display you need to enable the Immersive Mode. https://www.b4x.com/android/forum/threads/immersive-mode-with-notch-area-support.100636/
aeric Expert Licensed User Longtime User Jun 10, 2023 #11 The theme look very similar to my Todo List app. GitHub - pyhoon/todo-b4a: A nice Todo List Android app created using B4A A nice Todo List Android app created using B4A. Contribute to pyhoon/todo-b4a development by creating an account on GitHub. github.com Upvote 0
The theme look very similar to my Todo List app. GitHub - pyhoon/todo-b4a: A nice Todo List Android app created using B4A A nice Todo List Android app created using B4A. Contribute to pyhoon/todo-b4a development by creating an account on GitHub. github.com
M.LAZ Active Member Licensed User Longtime User Jun 10, 2023 #12 aeric said: The theme look very similar to my Todo List app. GitHub - pyhoon/todo-b4a: A nice Todo List Android app created using B4A A nice Todo List Android app created using B4A. Contribute to pyhoon/todo-b4a development by creating an account on GitHub. github.com Click to expand... thank so much.. the sample uses ideas from your app todo and b4xDrawerAdvanced Lib. trying to learn prof. apps. @aeric thank you so much again for sharing your app. also thanks to @Alexander Stolte to share B4XDrawerAdvanced support RTL layouts. Upvote 0
aeric said: The theme look very similar to my Todo List app. GitHub - pyhoon/todo-b4a: A nice Todo List Android app created using B4A A nice Todo List Android app created using B4A. Contribute to pyhoon/todo-b4a development by creating an account on GitHub. github.com Click to expand... thank so much.. the sample uses ideas from your app todo and b4xDrawerAdvanced Lib. trying to learn prof. apps. @aeric thank you so much again for sharing your app. also thanks to @Alexander Stolte to share B4XDrawerAdvanced support RTL layouts.