Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 335 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 335 Bytes

constraintLayoutExample

Basic Example with ConstraintLayout

SetUp

  1. Add the ConstraintLayout Dependency to your build gradle file
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
  1. Syn project

instructor

Nsikak Thompson