mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Three column mode improvement
This commit is contained in:
@@ -48,7 +48,7 @@ public class DrawerLayoutEx extends DrawerLayout {
|
||||
super(context, attrs, defStyle);
|
||||
}
|
||||
|
||||
void setup(Configuration config) {
|
||||
void setup(Configuration config, View drawerContainer) {
|
||||
setScrimColor(Helper.resolveColor(getContext(), R.attr.colorDrawerScrim));
|
||||
|
||||
if (BuildConfig.DEBUG) {
|
||||
@@ -64,6 +64,7 @@ public class DrawerLayoutEx extends DrawerLayout {
|
||||
setDrawerLockMode(LOCK_MODE_UNLOCKED);
|
||||
setScrimColor(Helper.resolveColor(getContext(), R.attr.colorDrawerScrim));
|
||||
childContent.setPaddingRelative(0, 0, 0, 0);
|
||||
closeDrawer(drawerContainer, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user