android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with UI

Hamza-Sabbah159 opened this issue · comments

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

This does not need a recyclerview

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