There is a very simple solution in Android if you want to have space between components. You can always set margins but you can also use the Space class. You can use it like this:
<Space android:layout_width="1dp" android:layout_height="30dp"/>
There is a very simple solution in Android if you want to have space between components. You can always set margins but you can also use the Space class. You can use it like this:
<Space android:layout_width="1dp" android:layout_height="30dp"/>
We made a simple design for one of our apps which included a hexagonal network of images which should contain profile pictures of the users who liked a certain app.
Continue reading “Fighting android canvas – Hexagonal imageview layout for Android”