Disable three column mode

This commit is contained in:
M66B
2020-01-02 10:52:41 +01:00
parent e1884a6e8e
commit cac3b336b8
2 changed files with 5 additions and 3 deletions

View File

@@ -155,7 +155,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
drawerLayout = findViewById(R.id.drawer_layout);
drawerLayout.setup(getResources().getConfiguration());
// drawerLayout.setScrimColor(Helper.resolveColor(this, R.attr.colorDrawerScrim));
drawerToggle = new ActionBarDrawerToggle(this, drawerLayout, R.string.app_name, R.string.app_name) {
public void onDrawerClosed(View view) {