Can someone tell me how to split three columns using linear layout in Android?
http://developer.android.com/resources/tutorials/views/index.html
see first example, divide by 3 instead of 4.
Simple, just add android:layout_weight="1" to all the children. This is a simple version if you do not want to do something more complicated, of course.
android:layout_weight="1"