summaryrefslogtreecommitdiffstats
path: root/res/layout/drop_target_bar_vert.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/drop_target_bar_vert.xml')
-rw-r--r--res/layout/drop_target_bar_vert.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/drop_target_bar_vert.xml b/res/layout/drop_target_bar_vert.xml
index 10b1d7cc8..e2a65d4a5 100644
--- a/res/layout/drop_target_bar_vert.xml
+++ b/res/layout/drop_target_bar_vert.xml
@@ -15,11 +15,13 @@
limitations under the License.
-->
<com.android.launcher3.DropTargetBar
+ android:theme="@style/HomeScreenElementTheme"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/dynamic_grid_drop_target_size"
android:orientation="vertical"
android:layout_height="match_parent"
android:layout_gravity="left"
+ android:visibility="invisible"
android:focusable="false"
android:paddingTop="@dimen/vert_drop_target_vertical_gap" >