Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 597 Bytes

readme.md

File metadata and controls

18 lines (9 loc) · 597 Bytes

Practicing LinearLayout and RelativeLayout

You are provided two layout files, one using LinearLayout and the other using RelativeLayout.

Layouts

The design in the LinearLayout above was updated to get this.

Layouts

here is the code

Layouts

See if you can implement an improved version of the above design but this time, using a ConstraintLayout combined with a ScrollView, a RelativeLayout, and a LinearLayout if all needed. Your final result should look like this

Try this