Changes

Jump to: navigation, search

A Guide to the Android ConstraintLayout

No change in size, 16:48, 6 June 2016
Margins
=== Margins ===
A margin is a form of constraint that specifies a fixed distance. Consider a Button object that needs to be positioned near the top right-hand corner of the device screen. This might be achieved by implementing margin constraints from the top and right-hand edges of the Button connected to the corresponding sides of the parent ConstraintLayout as illustrated in Figure 7 -1:

Navigation menu