// Set `rootCoordinatorLayout` to fill the entire screen.
rootCoordinatorLayout.setFitsSystemWindows(false);
+ // Disable the sliding drawers.
+ drawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_LOCKED_CLOSED);
+
// Add `view` to `fullScreenVideoFrameLayout` and display it on the screen.
fullScreenVideoFrameLayout.addView(view);
fullScreenVideoFrameLayout.setVisibility(View.VISIBLE);
fullScreenVideoFrameLayout.removeAllViews();
fullScreenVideoFrameLayout.setVisibility(View.GONE);
+ // Enable the sliding drawers.
+ drawerLayout.setDrawerLockMode(DrawerLayout.LOCK_MODE_UNLOCKED);
+
// Add the translucent status flag. This also resets `drawerLayout's` `View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN`.
getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);
<string name="clear_cookies">Borrar cookies</string>
<string name="clear_dom_storage">Borrar almacenamiento DOM</string>
<string name="clear_form_data">Borrar datos de formulario</string>
+ <string name="options_fanboys_annoyance_list">Lista molesta de Fanboy</string>
+ <string name="options_fanboys_social_blocking_list">Lista de bloqueo social de Fanboy</string>
<string name="layout">Diseño</string>
<string name="font_size">Tamaño de fuente</string>
<string name="twenty_five_percent">25%</string>
<string name="clear_cookies">Elimina cookies</string>
<string name="clear_dom_storage">Elimina DOM storage</string>
<string name="clear_form_data">Elimina dati dei moduli</string>
+ <string name="options_fanboys_annoyance_list">Fanboy’s annoyance list</string>
+ <string name="options_fanboys_social_blocking_list">Fanboy’s social blocking list</string>
<string name="layout">Layout</string>
<string name="font_size">Dimensione font</string>
<string name="twenty_five_percent">25%</string>
<string name="clear_cookies">Очистить cookie</string>
<string name="clear_dom_storage"> Очистить хранилище DOM</string>
<string name="clear_form_data">Очистить данные формы</string>
+ <string name="options_fanboys_annoyance_list">Fanboy’s annoyance list</string>
+ <string name="options_fanboys_social_blocking_list">Fanboy’s social blocking list</string>
<string name="layout">Внешний вид</string>
<string name="font_size">Размер шрифта</string>
<string name="twenty_five_percent">25%</string>