Fix different fields height

This commit is contained in:
Przemek Grondek 2014-08-19 23:06:07 +02:00
parent f40ed11461
commit f691d83fab

View file

@ -102,7 +102,7 @@ public class EntriesFragment extends Fragment implements AsyncDatabaseConnector.
}
});
layoutParams = new TableRow.LayoutParams(TableRow.LayoutParams.WRAP_CONTENT, TableRow.LayoutParams.WRAP_CONTENT);
layoutParams = new TableRow.LayoutParams(TableRow.LayoutParams.WRAP_CONTENT, TableRow.LayoutParams.MATCH_PARENT);
headerFrame.setVisibility(View.INVISIBLE);
entriesTable.setVisibility(View.INVISIBLE);
}