Skip to main content

Posts

Showing posts with the label ANDROID

LOGIN SCREEN ......

  Hey guys ,I from master programming welcome's you all we are going to create custom edit text and buttons for our login screen so let's get started let's create a text view with text login wrap_context... wrap_context text color would be back text size should be 16dp refer to design specs for these values font family should be semi bold you can always see all the margins from our design specs you can even scale them by increasing size it looks perfect now let's create a linear layout which will hold our login form its orientation should be vertical should align it to center vertical let's create an edit  Text with default properties 48dp margin-left I just remember design specs so I'm just doing like that you can different to your design specs accordingly now let's create a background for our edit text so that it looks custom for that we will copy a card background and make some changes into it Rename the file we should change the color by referring to des...

ANDROID COLOUR CODE....................

Hiii, Guy's welcome back to my new post in which I have provided the link of various different colours that you can use in android studio or in android app. <? xml version = "1.0" encoding = "utf-8" ?> < resources >       < color name = "White" >#FFFFFF</ color >       < color name = "Ivory" >#FFFFF0</ color >       < color name = "LightYellow" >#FFFFE0</ color >       < color name = "Yellow" >#FFFF00</ color >       < color name = "Snow" >#FFFAFA</ color >       < color name = "FloralWhite" >#FFFAF0</ color >       < color name = "LemonChiffon" >#FFFACD</ color >       < color name = "Cornsilk" >#FFF8DC</ color >       < color name = "Seashell" ...