Fix overlap between smartspace and weather clock

Test: manually test on Felix
Bug: 286888430
Change-Id: I92286b1ef610b13b76c0f24ffe1fc3592e26fe9e
This commit is contained in:
Sherry Zhou 2023-08-24 20:44:14 +00:00
parent 4dc0462849
commit 2850f8598b
3 changed files with 6 additions and 5 deletions

View file

@ -19,5 +19,5 @@
<!-- Weather clock smartspace scaling to apply for the weather clock on tablets -->
<item name="weather_clock_smartspace_scale" type="dimen" format="float">0.85</item>
<dimen name="weather_clock_smartspace_translateX">-40dp</dimen>
<dimen name="weather_clock_smartspace_translateY">-26dp</dimen>
<dimen name="weather_clock_smartspace_translateY">2dp</dimen>
</resources>

View file

@ -17,6 +17,6 @@
-->
<resources>
<!-- Weather clock smartspace scaling to apply for the weather clock on tablets -->
<dimen name="weather_clock_smartspace_translateX">-8dp</dimen>
<dimen name="weather_clock_smartspace_translateY">-16dp</dimen>
<item name="weather_clock_smartspace_scale" type="dimen" format="float">0.85</item>
<dimen name="weather_clock_smartspace_translateX">-40dp</dimen>
</resources>

View file

@ -17,6 +17,7 @@
-->
<resources>
<!-- Weather clock smartspace positioning to apply for the weather clock on tablets -->
<dimen name="weather_clock_smartspace_translateX">-15dp</dimen>
<dimen name="weather_clock_smartspace_translateY">-26dp</dimen>
<item name="weather_clock_smartspace_scale" type="dimen" format="float">0.85</item>
<dimen name="weather_clock_smartspace_translateX">-40dp</dimen>
<dimen name="weather_clock_smartspace_translateY">-5dp</dimen>
</resources>