Android Question Neumorphism UI - how would you do this

mfstuart

Active Member
Licensed User
Longtime User
Hi all,
I discovered this just yesterday and wanted to create it for the Android tablet platform.
This new UI comes from this website:
1577386286555.png

As you can see, it is a very subtle clean look, where the Elevation top color of the View object (most likely a Panel) is White and the bottom color is a very light gray.
(See the website link above for actual colors)
I've tried playing around with the standard properties of the Panel View and not able to get the effect. (In B4J, you can set CSS properties and most likely get this effect, but haven't tried)
I've also searched the forum and found some threads that use bitmaps and such, but I've never used any of that in my apps, and don't understand it.

Is this effect even possible for any B4A views, and if so, how would it be done?

Thanx,
Mark Stuart
 
Top