Main activity responsive layout
Main goal is to make drawer always open on wide screens:
000902_18994066
MainActivity logic was not changed – only that mDrawerLayout is now nullable
In DeviceFragment plugin lists were replaced with recyclers to make a unified scroll and linear layout will not change orientation based on screen width.
Edited by Dmitry Yudin