easyfast2008
Results
2
comments of
easyfast2008
The same behavior is happening with forward+kcp, and restarting client service fixes the issue, I haven't found any related log yet. Any help will be appreciated. Client service setup: `[Unit]...
If I get your problem correct, you can set two offset for every rotation and use them like this: ``` int rotation = getBaseContext().getResources().getConfiguration().orientation; if (rotation == 2) { slidingMenu.setBehindOffsetRes(R.dimen.slidingmenu_offset2);...