summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/customize_paged_view_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge/customize_paged_view_item.xml')
-rw-r--r--res/layout-xlarge/customize_paged_view_item.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/res/layout-xlarge/customize_paged_view_item.xml b/res/layout-xlarge/customize_paged_view_item.xml
index 55779e50f..e42734506 100644
--- a/res/layout-xlarge/customize_paged_view_item.xml
+++ b/res/layout-xlarge/customize_paged_view_item.xml
@@ -14,8 +14,16 @@
limitations under the License.
-->
-<com.android.launcher2.PagedViewIcon xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/name"
+<com.android.launcher2.PagedViewIcon
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
+
+ launcher:blurColor="#FF6B8CF0"
+ launcher:outlineColor="#FF8CD2FF"
+ launcher:checkedBlurColor="#FFBBE83C"
+ launcher:checkedOutlineColor="#FF8CD2FF"
+
+ android:id="@+id/customize_icon"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"