AI 145085: Fixes #1777943. Get rid of the Clock widget on the default Home configuration and bring the Search widget to the center screen.
BUG=1777943 Automated import of CL 145085
This commit is contained in:
parent
48a5c89517
commit
6164fdd8da
|
@ -16,13 +16,8 @@
|
|||
|
||||
<favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher">
|
||||
|
||||
<clock
|
||||
launcher:screen="1"
|
||||
launcher:x="1"
|
||||
launcher:y="0" />
|
||||
|
||||
<search
|
||||
launcher:screen="2"
|
||||
launcher:screen="1"
|
||||
launcher:x="0"
|
||||
launcher:y="0" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue