|
@@ -1,5 +1,4 @@
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
-<!-- Copyright (C) 2019 The Android Open Source Project
|
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?><!-- Copyright (C) 2019 The Android Open Source Project
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
you may not use this file except in compliance with the License.
|
|
@@ -13,12 +12,12 @@
|
|
See the License for the specific language governing permissions and
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
limitations under the License.
|
|
-->
|
|
-->
|
|
-<com.android.launcher3.Hotseat
|
|
|
|
- xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
+<com.android.launcher3.Hotseat xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
|
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/hotseat"
|
|
android:id="@+id/hotseat"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
- android:theme="@style/HomeScreenElementTheme"
|
|
|
|
|
|
+ android:background="#FFA07A"
|
|
android:importantForAccessibility="no"
|
|
android:importantForAccessibility="no"
|
|
|
|
+ android:theme="@style/HomeScreenElementTheme"
|
|
launcher:containerType="hotseat" />
|
|
launcher:containerType="hotseat" />
|