Fix different fields height
This commit is contained in:
parent
f40ed11461
commit
f691d83fab
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue