{Uki's tech notes}
This notebook is a collection of code snippets and technical "how to" instructions.
Pages
Welcome
Julia
AI
Android
Java
Python
Jypyter
Conda
Linux/UNIX
LinkedIn
Medium articles
Uki's personal blog
Search This Blog
Android: UI: horizontal divider
by: Anonymous
In this recipe we will add a thin gray line divider to our UI
<View
android:layout_width="match_parent"
android:layout_height="2dp"
android:layout_marginTop="6dp"
android:alpha="0.5"
android:background="@color/bar_grey_light"/>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment