8
gamma17
6y

UI design android

Back in college we were taught the principle of KISS (Keeping it simple stupid) and experienced it first hand today.Been struggling with a layout design from our designer and had cursed him a lot earlier.
Turns out I only needed few attributes:

android:clipChidren="false"
android:layout_width="wrap_content"
android:layout_gravity="center_horizontal"

Comments
Add Comment