Showing posts with label recipe. Show all posts
Showing posts with label recipe. Show all posts
Android: UI: horizontal divider
In this recipe we will add a thin gray line divider to our UI
<View
find similar posts:
Android,
recipe,
UI,
View
0
comments
Android: UI: horizontal divider
In this recipe we will add a thin gray line divider to our UI
<View
<View
android:layout_width="match_parent"
android:layout_height="2dp"
android:layout_marginTop="6dp"
android:alpha="0.5"
android:background="@color/bar_grey_light"/>
find similar posts:
Android,
recipe,
UI,
View
0
comments
Subscribe to:
Posts (Atom)
apt quotation..
“A man should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.” by Robert A. Heinlein (author, aeronautical engineer, and naval officer)