Open dashwave[bot] opened 1 week ago
Build Status | ❌ Failed |
---|---|
Build Time | - |
📱 Emulation Link | - |
Logs | See Logs |
Open in Workspace | Dashwave Workspace |
@dashwave /feedback "make it 20dp instead of 20%"
The flat buttons now have rounded corners with a radius of 20dp. The drawable resources rounded_flat_button_background.xml
and rounded_flat_stroke_button_background.xml
have been updated to reflect this change. These drawables are applied as the background to the respective layouts.
Build Status | ✅ Successful |
---|---|
Build Time | 54s |
📱 Emulation Link | https://console.dashwave.io/emulator/9641/preview?device=emulator |
Logs | See Logs |
Open in Workspace | Dashwave Workspace |
@dashwave /feedback "make the flat buttons have a surface color as blue"
The flat buttons now have a blue surface color. The color is defined in the colors.xml
file as blue
with the hex value #0000FF
. This color is applied to the neopop_center_surface_color
attribute in the layout files for the flat buttons.
Build Status | ❌ Failed |
---|---|
Build Time | - |
📱 Emulation Link | - |
Logs | See Logs |
Open in Workspace | Dashwave Workspace |
This PR updates the flat button component to have rounded corners with a radius of 20%. This change enhances the visual appeal of the button and aligns it with the overall design guidelines. All relevant styles have been adjusted accordingly, and the button's functionality remains intact.