summaryrefslogtreecommitdiffstats
path: root/res/layout/qsb_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/qsb_bar.xml')
-rw-r--r--res/layout/qsb_bar.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/layout/qsb_bar.xml b/res/layout/qsb_bar.xml
index 820fae69d..6e1d98c38 100644
--- a/res/layout/qsb_bar.xml
+++ b/res/layout/qsb_bar.xml
@@ -75,7 +75,10 @@
style="@style/DropTargetButton"
android:id="@+id/delete_target"
android:text="@string/delete_zone_label_workspace"
- android:drawableLeft="@drawable/delete_zone_selector" />
+ android:drawableLeft="@drawable/delete_zone_selector"
+ launcher:strokeColor="#991e3157"
+ launcher:strokeTextColor="#DDFFFFFF"
+ launcher:strokeWidth="2.5" />
</FrameLayout>
<FrameLayout
@@ -86,7 +89,10 @@
style="@style/DropTargetButton"
android:id="@+id/info_target"
android:text="@string/info_target_label"
- android:drawableLeft="@drawable/ic_home_info_holo_dark" />
+ android:drawableLeft="@drawable/ic_home_info_holo_dark"
+ launcher:strokeColor="#991e3157"
+ launcher:strokeTextColor="#DDFFFFFF"
+ launcher:strokeWidth="2.5" />
</FrameLayout>
</LinearLayout>
</com.android.launcher2.SearchDropTargetBar>