diff options
| -rw-r--r-- | packages/SystemUI/res/drawable/dream_overlay_assistant_attention_indicator.xml | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/packages/SystemUI/res/drawable/dream_overlay_assistant_attention_indicator.xml b/packages/SystemUI/res/drawable/dream_overlay_assistant_attention_indicator.xml index dad2cdf8ede1..54bdf18e3076 100644 --- a/packages/SystemUI/res/drawable/dream_overlay_assistant_attention_indicator.xml +++ b/packages/SystemUI/res/drawable/dream_overlay_assistant_attention_indicator.xml @@ -13,20 +13,30 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - -<vector - xmlns:android="http://schemas.android.com/apk/res/android" +<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="56dp" android:height="24dp" android:viewportWidth="56" android:viewportHeight="24"> - <group> - <clip-path - android:pathData="M12 0H44C50.6274 0 56 5.37258 56 12C56 18.6274 50.6274 24 44 24H12C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0Z" - /> + <path + android:pathData="M12,0L44,0A12,12 0,0 1,56 12L56,12A12,12 0,0 1,44 24L12,24A12,12 0,0 1,0 12L0,12A12,12 0,0 1,12 0z" + android:fillColor="#ffffff"/> + <group + android:scaleX="0.8" + android:scaleY="0.8" + android:translateY="2" + android:translateX="18"> <path - android:pathData="M0 0V24H56V0" - android:fillColor="#FFFFFF" - /> + android:pathData="M21.5,9C22.3284,9 23,8.3284 23,7.5C23,6.6716 22.3284,6 21.5,6C20.6716,6 20,6.6716 20,7.5C20,8.3284 20.6716,9 21.5,9Z" + android:fillColor="#000000"/> + <path + android:pathData="M17,14C18.6569,14 20,12.6569 20,11C20,9.3432 18.6569,8 17,8C15.3431,8 14,9.3432 14,11C14,12.6569 15.3431,14 17,14Z" + android:fillColor="#000000"/> + <path + android:pathData="M17,22C18.933,22 20.5,20.433 20.5,18.5C20.5,16.567 18.933,15 17,15C15.067,15 13.5,16.567 13.5,18.5C13.5,20.433 15.067,22 17,22Z" + android:fillColor="#000000"/> + <path + android:pathData="M7,14C10.3137,14 13,11.3137 13,8C13,4.6863 10.3137,2 7,2C3.6863,2 1,4.6863 1,8C1,11.3137 3.6863,14 7,14Z" + android:fillColor="#000000"/> </group> -</vector> +</vector>
\ No newline at end of file |