android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

Problem with UI #227

Open Hamza-Sabbah159 opened 2 years ago

Hamza-Sabbah159 commented 2 years ago

Hello , I'm a beginner android developer i start with some practice so , i want to do a login screen but i have a problem with UI i want to know how to do page like this color b300dfcaf12ffe92407cc926ea1afb55

Shamsudeen12 commented 2 years ago

This does not need a recyclerview

Shamsudeen12 commented 2 years ago

However, if you want to do something like this, it would involve using svgs and creating a custom drawable file and then setting it as your background from your activity. Check this tutorial Tutorial