Fixed height recycler views

This commit is contained in:
M66B
2020-08-30 16:39:03 +02:00
parent 18649082db
commit c029840180
10 changed files with 10 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ public class FragmentLogs extends FragmentBase {
// Wire controls
rvLog.setHasFixedSize(false);
rvLog.setHasFixedSize(true);
LinearLayoutManager llm = new LinearLayoutManager(getContext());
rvLog.setLayoutManager(llm);