tag: Android mobile UI scrollbar application
Scrollbarstyl has four attributes: insideoverlay,Insideinset,Outsideinset,Outsideoverlay.With this attribute, you can control the style and position of the scrollbar. A scrollbar can be inserted into a view or placed on the upper layer of a view. Similarly, the scrollbar can be placed in the padding area of the view or outside the padding area of the view.
The effects of the four attributes on the scrollbar are described separately.
1. insideoverlay: overwrites the scrollbar to the padding area.
2. insideinset: insert the scrollbar into the padding area.
3. outsideoverlay: overwrites the scrollbar to a view outside the padding area.
4. outsideinset: insert the scrollbar to the edge of the view outside the padding area.
The following describes the specific application of four attribute values:
Android: paddingright = "10.0dp ".