I am trying to do something similar to this but in Android.
In Android I can extend the
You can set the TextViews to have:
android:layout_width="0dp" android:layout_weight="1"
This will let the android framework take care of the placing of the TextViews and save you from manually calculating the padding of each one.