summaryrefslogtreecommitdiffstats
path: root/res/layout/hotseat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/hotseat.xml')
-rw-r--r--res/layout/hotseat.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/hotseat.xml b/res/layout/hotseat.xml
index 73c0e523e..01cd92a63 100644
--- a/res/layout/hotseat.xml
+++ b/res/layout/hotseat.xml
@@ -17,6 +17,16 @@
android:theme="@style/HomeScreenElementTheme"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res-auto">
+
+ <ImageView
+ android:id="@+id/drag_indicator"
+ android:layout_width="@dimen/hotseat_drag_indicator_height"
+ android:layout_height="@dimen/hotseat_drag_indicator_height"
+ android:src="@drawable/ic_drag_indicator"
+ android:tint="?attr/workspaceTextColor"
+ android:scaleType="centerInside"
+ android:layout_gravity="top|center_horizontal"/>
+
<com.android.launcher3.CellLayout
android:id="@+id/layout"
android:layout_width="wrap_content"