mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Previously, they were simply included in PageIndicatorDots via Canvas drawing. This worked well to keep behavior encapsulated within PageIndicatorDots class. But it didn't work for Accessibility Services which require an actual view in order to focus properly. Bug: 409629978 Test: Verified manually. See video on bug comment: https://b.corp.google.com/issues/394355070#comment23 Flag: com.android.launcher3.enable_launcher_visual_refresh Change-Id: I212bf3dbee82e449088536fa841b02a3644df7d3
12 lines
647 B
XML
12 lines
647 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="@dimen/folder_arrow_icon_length"
|
|
android:height="@dimen/folder_arrow_icon_length"
|
|
android:viewportWidth="960"
|
|
android:viewportHeight="960"
|
|
android:tint="?attr/colorControlNormal"
|
|
android:autoMirrored="true">
|
|
<path
|
|
android:fillColor="?attr/pageIndicatorDotColor"
|
|
android:pathData="M464,480L604,620Q622,638 622,664Q622,690 604,708Q586,726 560,726Q534,726 516,708L333,525Q324,516 319,504Q314,492 314,480Q314,468 319,456Q324,444 333,435L516,252Q534,234 560,234Q586,234 604,252Q622,270 622,296Q622,322 604,340L464,480Z"/>
|
|
</vector>
|