Merge "Added margin of size 24dp above search bar on secondary display" into tm-qpr-dev
diff --git a/res/layout/secondary_launcher.xml b/res/layout/secondary_launcher.xml
index 0213255..272d8d6 100644
--- a/res/layout/secondary_launcher.xml
+++ b/res/layout/secondary_launcher.xml
@@ -113,6 +113,7 @@
             android:layout_height="@dimen/all_apps_search_bar_field_height"
             android:layout_centerHorizontal="true"
             android:layout_gravity="top|center_horizontal"
+            android:layout_marginTop="24dp"
             android:background="@drawable/bg_all_apps_searchbox"
             android:elevation="1dp"
             android:focusableInTouchMode="true"