Fit more icons in one row

This commit is contained in:
M66B
2020-03-05 16:07:27 +01:00
parent 9113220c59
commit 099d453a7d
2 changed files with 14 additions and 12 deletions

View File

@@ -1318,7 +1318,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
boolean cross_hint = prefs.getBoolean("cross_hint", true);
boolean normal = (context.getResources().getConfiguration().screenWidthDp >= 400);
boolean normal = (context.getResources().getConfiguration().screenWidthDp >= 9 * 39 - 3);
vSeparator.setVisibility(View.VISIBLE);
ibFull.setEnabled(false);