Android Question How to reach this area in the Activity?

M.LAZ

Active Member
Licensed User
Longtime User
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

Screenshot_20230609-184916.png
 

M.LAZ

Active Member
Licensed User
Longtime User
a sample is attached
 

Attachments

  • B4XDrawerAdvanced Example2.zip
    156.6 KB · Views: 174
Upvote 0

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
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

M.LAZ

Active Member
Licensed User
Longtime User
The theme look very similar to my Todo List app.
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
Top