WIDGETS
Properties
Each widget comes with different properties. For example, a TextView
will come with properties like text size
and text color
, and an ImageView
will come with the image
property. These properties can be found on the bottom after you place a widget.In the next part we will be learning about each properties
Layouts
By default, widgets are placed vertically on the screen. By mixing differently oriented layouts, you can change the way widgets are placed on the screen.
You can place widgets horizontally inside the Linear(H) layout and vertically inside the Linear(V) layout. The scroll(h) & Scroll(v) are used scroll the widgets and layout inside ScrollView. horizontal scrollview scrolls widgets and layouts horizontally & Vertical ScrollView scrolls vertically.
information and images taken from - https://docs.sketchware.io/docs/basic-design.html
Comments
Post a Comment