diff --git a/res/layout/panel_layout.xml b/res/layout/panel_layout.xml
index f154abc40cb..fd8d55f1356 100644
--- a/res/layout/panel_layout.xml
+++ b/res/layout/panel_layout.xml
@@ -20,6 +20,7 @@
android:id="@+id/panel_container"
android:layout_width="@dimen/settings_panel_width"
android:layout_height="wrap_content"
+ android:fitsSystemWindows="true"
android:layout_gravity="center_horizontal"
android:background="@drawable/settings_panel_rounded_top_corner_background" >
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c01f4b987b6..22f76123085 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4805,6 +4805,9 @@
Must draw pattern to unlock screen
Make pattern visible
+
+ Enhanced PIN privacy
+ Disable animations while entering the PIN
Make profile pattern visible
diff --git a/res/values/themes.xml b/res/values/themes.xml
index ff56e7edca9..e6c0510dbb1 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -229,6 +229,7 @@