mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Fixed drawer width in 3 column mode
This commit is contained in:
@@ -232,7 +232,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
int screenWidth = Math.min(dm.widthPixels, dm.heightPixels);
|
||||
drawerWidth = screenWidth - actionBarHeight;
|
||||
} else
|
||||
drawerWidth = dm.widthPixels / 3;
|
||||
drawerWidth = Helper.dp2pixels(this, 300);
|
||||
|
||||
ViewGroup.LayoutParams lparam = drawerContainer.getLayoutParams();
|
||||
lparam.width = drawerWidth;
|
||||
|
||||
Reference in New Issue
Block a user