Android Question B4XTable + Dark Mode = ?

Genricke

Member
Hi !
I include it in the manifest Dark Mode:
Manifest:
CreateResourceFromFile(Macro, Themes.DarkTheme)

B4XTable responds to half of it:

test.png

Is it possible to make a full-fledged B4XTable coloring for Dark Mode (title, body, control ...)?
Thank you for your help ! :)
 

Mahares

Expert
Licensed User
Longtime User
Is it possible to make a full-fledged B4XTable coloring for Dark Mode (title, body, control ...)?
Besides the DarkTheme change you made in the manifest, you can have the B4XTable designer colors Transparent as shown in the attached B4XTableDesigner.png snapshot. The B4XTable will show the data as shown in the B4XTableDisplay.png snapshot. And if you do not want any contrast between the Even and Odd colored rows, make the Odd color the same as the Even ones or vice versa.
 

Attachments

  • B4XTableDesigner.PNG
    B4XTableDesigner.PNG
    14.6 KB · Views: 209
  • B4XTableDisplay.PNG
    B4XTableDisplay.PNG
    19.3 KB · Views: 210
Upvote 0
Top