-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into font-subsetting-hc-style-fix
- Loading branch information
Showing
308 changed files
with
10,034 additions
and
7,904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_comment_32_filled.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M6.5 3C4.015 3 2 5.015 2 7.5v12C2 21.985 4.015 24 6.5 24H8v4.081c0 1.706 2 2.629 3.298 1.522L17.868 24H25.5c2.485 0 4.5-2.015 4.5-4.5v-12C30 5.015 27.985 3 25.5 3h-19z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_comment_32_regular.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M2 7.5C2 5.015 4.015 3 6.5 3h19C27.985 3 30 5.015 30 7.5v12c0 2.485-2.015 4.5-4.5 4.5h-7.631l-6.571 5.603C9.999 30.71 8 29.787 8 28.08V24H6.5C4.015 24 2 21.985 2 19.5v-12zM6.5 5C5.12 5 4 6.12 4 7.5v12C4 20.88 5.12 22 6.5 22H9c0.552 0 1 0.448 1 1v5.081l6.851-5.842C17.032 22.085 17.262 22 17.5 22h8c1.38 0 2.5-1.12 2.5-2.5v-12C28 6.12 26.88 5 25.5 5h-19z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
8 changes: 8 additions & 0 deletions
8
android/library/src/main/res/drawable/ic_fluent_comment_32_selector.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--~ Copyright (c) 2024. ~ Microsoft Corporation. All rights reserved.--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_fluent_comment_32_filled" android:state_activated="true"/> | ||
<item android:drawable="@drawable/ic_fluent_comment_32_filled" android:state_checked="true"/> | ||
<item android:drawable="@drawable/ic_fluent_comment_32_filled" android:state_selected="true"/> | ||
<item android:drawable="@drawable/ic_fluent_comment_32_regular"/> | ||
</selector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_comment_add_32_filled.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M23 16.5c4.142 0 7.5-3.358 7.5-7.5 0-4.142-3.358-7.5-7.5-7.5-4.142 0-7.5 3.358-7.5 7.5 0 4.142 3.358 7.5 7.5 7.5zm1-12.25V8h3.75c0.414 0 0.75 0.336 0.75 0.75S28.164 9.5 27.75 9.5H24v3.75c0 0.414-0.336 0.75-0.75 0.75s-0.75-0.336-0.75-0.75V9.5h-3.75C18.336 9.5 18 9.164 18 8.75S18.336 8 18.75 8h3.75V4.25c0-0.414 0.336-0.75 0.75-0.75S24 3.836 24 4.25zM6.5 3h9.792C14.867 4.592 14 6.695 14 9c0 4.97 4.03 9 9 9 2.827 0 5.35-1.304 7-3.343V19.5c0 2.485-2.015 4.5-4.5 4.5h-7.631l-6.571 5.603C9.999 30.71 8 29.787 8 28.08V24H6.5C4.015 24 2 21.985 2 19.5v-12C2 5.015 4.015 3 6.5 3z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_comment_add_32_regular.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> | ||
<path android:pathData="M23 16.5c4.142 0 7.5-3.358 7.5-7.5 0-4.142-3.358-7.5-7.5-7.5-4.142 0-7.5 3.358-7.5 7.5 0 4.142 3.358 7.5 7.5 7.5zm1-12.25V8h3.75c0.414 0 0.75 0.336 0.75 0.75S28.164 9.5 27.75 9.5H24v3.75c0 0.414-0.336 0.75-0.75 0.75s-0.75-0.336-0.75-0.75V9.5h-3.75C18.336 9.5 18 9.164 18 8.75S18.336 8 18.75 8h3.75V4.25c0-0.414 0.336-0.75 0.75-0.75S24 3.836 24 4.25zm6 15.25v-4.843c-0.57 0.705-1.245 1.322-2 1.828V19.5c0 1.38-1.12 2.5-2.5 2.5h-8c-0.238 0-0.468 0.085-0.649 0.24L10 28.08V23c0-0.552-0.448-1-1-1H6.5C5.12 22 4 20.88 4 19.5v-12C4 6.12 5.12 5 6.5 5h8.435c0.362-0.728 0.82-1.4 1.357-2H6.5C4.015 3 2 5.015 2 7.5v12C2 21.985 4.015 24 6.5 24H8v4.081c0 1.706 2 2.629 3.298 1.522L17.868 24H25.5c2.485 0 4.5-2.015 4.5-4.5z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
8 changes: 8 additions & 0 deletions
8
android/library/src/main/res/drawable/ic_fluent_comment_add_32_selector.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--~ Copyright (c) 2024. ~ Microsoft Corporation. All rights reserved.--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_fluent_comment_add_32_filled" android:state_activated="true"/> | ||
<item android:drawable="@drawable/ic_fluent_comment_add_32_filled" android:state_checked="true"/> | ||
<item android:drawable="@drawable/ic_fluent_comment_add_32_filled" android:state_selected="true"/> | ||
<item android:drawable="@drawable/ic_fluent_comment_add_32_regular"/> | ||
</selector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_crop_arrow_rotate_16_filled.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16"> | ||
<path android:pathData="M8 2.5c-1.799 0-3.396 0.863-4.4 2.2-0.25 0.33-0.72 0.398-1.05 0.149C2.218 4.6 2.151 4.13 2.4 3.799 3.676 2.1 5.71 1 8 1c1.714 0 3.284 0.616 4.5 1.638V1.75C12.5 1.336 12.836 1 13.25 1S14 1.336 14 1.75v2.5C14 4.664 13.664 5 13.25 5h-2.5C10.336 5 10 4.664 10 4.25s0.336-0.75 0.75-0.75h0.413c-0.895-0.63-1.986-1-3.163-1zm-3.163 10H5.25C5.664 12.5 6 12.164 6 11.75S5.664 11 5.25 11h-2.5C2.336 11 2 11.336 2 11.75v2.5C2 14.664 2.336 15 2.75 15s0.75-0.336 0.75-0.75v-0.888C4.716 14.384 6.286 15 8 15c2.29 0 4.324-1.1 5.6-2.799 0.248-0.331 0.182-0.801-0.15-1.05-0.33-0.249-0.8-0.182-1.05 0.15C11.396 12.636 9.8 13.5 8 13.5c-1.177 0-2.268-0.37-3.163-1zM5.75 4C6.164 4 6.5 4.336 6.5 4.75v4c0 0.414 0.336 0.75 0.75 0.75h4c0.414 0 0.75 0.336 0.75 0.75S11.664 11 11.25 11H11v0.25c0 0.414-0.336 0.75-0.75 0.75S9.5 11.664 9.5 11.25V11H7.25C6.007 11 5 9.993 5 8.75V6.5H4.75C4.336 6.5 4 6.164 4 5.75S4.336 5 4.75 5H5V4.75C5 4.336 5.336 4 5.75 4zM9.5 7.25V8.5H11V7.25C11 6.007 9.993 5 8.75 5H7.5v1.5h1.25c0.414 0 0.75 0.336 0.75 0.75z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
3 changes: 3 additions & 0 deletions
3
android/library/src/main/res/drawable/ic_fluent_crop_arrow_rotate_16_regular.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="16dp" android:height="16dp" android:viewportWidth="16" android:viewportHeight="16"> | ||
<path android:pathData="M8.002 2c-2.124 0-3.99 1.103-5.058 2.77-0.148 0.232-0.458 0.3-0.69 0.151-0.233-0.149-0.3-0.458-0.152-0.69C3.345 2.288 5.522 1 8.002 1 9.96 1 11.73 1.804 13 3.1V2c0-0.276 0.224-0.5 0.5-0.5S14 1.724 14 2v2.5C14 4.776 13.776 5 13.5 5H11c-0.276 0-0.5-0.224-0.5-0.5S10.724 4 11 4h1.474c-1.1-1.228-2.696-2-4.472-2zM3.529 12H5c0.276 0 0.5-0.224 0.5-0.5S5.276 11 5 11H2.5C2.224 11 2 11.224 2 11.5V14c0 0.276 0.224 0.5 0.5 0.5S3 14.276 3 14v-1.103C4.27 14.194 6.042 15 8.002 15c2.478 0 4.656-1.289 5.899-3.23 0.149-0.233 0.081-0.542-0.152-0.691-0.232-0.149-0.541-0.081-0.69 0.151C11.992 12.897 10.125 14 8.002 14c-1.777 0-3.374-0.772-4.473-2zM5.5 3.5C5.776 3.5 6 3.724 6 4v5c0 0.552 0.448 1 1 1h5c0.276 0 0.5 0.224 0.5 0.5S12.276 11 12 11h-1v1c0 0.276-0.224 0.5-0.5 0.5S10 12.276 10 12v-1H7c-1.105 0-2-0.895-2-2V6H4C3.724 6 3.5 5.776 3.5 5.5S3.724 5 4 5h1V4c0-0.276 0.224-0.5 0.5-0.5zM10 7v2h1V7c0-1.105-0.895-2-2-2H7v1h2c0.552 0 1 0.448 1 1z" android:fillColor="@color/fluent_default_icon_tint"/> | ||
</vector> |
8 changes: 8 additions & 0 deletions
8
android/library/src/main/res/drawable/ic_fluent_crop_arrow_rotate_16_selector.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--~ Copyright (c) 2024. ~ Microsoft Corporation. All rights reserved.--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_fluent_crop_arrow_rotate_16_filled" android:state_activated="true"/> | ||
<item android:drawable="@drawable/ic_fluent_crop_arrow_rotate_16_filled" android:state_checked="true"/> | ||
<item android:drawable="@drawable/ic_fluent_crop_arrow_rotate_16_filled" android:state_selected="true"/> | ||
<item android:drawable="@drawable/ic_fluent_crop_arrow_rotate_16_regular"/> | ||
</selector> |
Oops, something went wrong.