Button text loses allignment after clicking
- by breathe0
Strange things happen. I have a 4x4 button table layout, which is the following:
<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_below="@+id/cerca">
<TableRow
…