shadow

  1. H

    B4J Question pane drop shadow

    how can i make a drop shadow for a panel in B4J? i want out-shadow ( not inner )
  2. M

    Android Question Transparent Panel but with Shadow

    Hi everyone, I'm experimenting some modern UI techniques... is it possibile to have a panel with transparent color and keeping the shadow? At the moment i'm achieving the shadow using the "Elevation" but if i put Color to transpartent the shadow disappears. Is there a better way to apply a...
  3. M

    Android Question Apply shadow to a view (edittext)

    Hi everyone, i was wondering if there is a way to apply a shadow (like elevation) to a view. At the moment i need to apply it on a edittext, is it possible? Thanks in advance
  4. red30

    Android Question Add a shadow for the panel

    I can somehow add a shadow for the panel with the following parameters: box-shadow: 0px 4px 8px rgba(100, 100, 100, 0.1); border-radius: 10px;
  5. M

    Android Question Add a Colored Shadow (or Glow) to a panel

    Hi everyone, i looked in the forum already. Maybe with the new updates now it's possible. How can i achieve a glow/colored shadow effect? Like this: Thanks in advance
  6. rleiman

    Android Question [SOLVED] - B4XDrawer - Shadow on the right side of the sliding drawer

    Greetings, I was looking at the properties of the B4XDrawer and wanted to add a shadow on the right edge of the drawer like in this photo I attached, but didn't see any shadow property. Do you know how he got it to look like that? The sample project that comes with this library doesn't have the...
  7. sentechnologies

    Android Question ImageView Shadow/Glow

    i want to know how to add shadow to an imageview. i tried to add shadow to label with the following code and it is working fine. but the same way it is not working for imageview Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("Main")...
  8. D

    Android Question Add Drop Shadow to a Panel

    How do you add a drop shadow to a panel. Something like this:
  9. Andre Souza

    B4A Library DSAlphaLockView

    This library create alpha view black that blocks all content from an activity. DSAlphaLockView Author: DevSlim Version: 1.00 DSAlphaLockView Events: _Click Fields: Alpha As Int Elevation As Int Functions: CreateLayout (Left As Int, Top As Int, Width As Int, Height As Int) As Panel...
Top