forked from microsoft/fluentui-apple
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from amgleitman/new-2ltv
Rewrite TwoLineTitleView to use autolayout
- Loading branch information
Showing
17 changed files
with
256 additions
and
293 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
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
15 changes: 15 additions & 0 deletions
15
ios/FluentUI/Resources/FluentUI-ios.xcassets/chevron-down-12x12.imageset/Contents.json
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,15 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "ic_fluent_chevron_down_12_filled.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Binary file added
BIN
+1.12 KB
...es/FluentUI-ios.xcassets/chevron-down-12x12.imageset/ic_fluent_chevron_down_12_filled.pdf
Binary file not shown.
15 changes: 15 additions & 0 deletions
15
ios/FluentUI/Resources/FluentUI-ios.xcassets/chevron-down-16x16.imageset/Contents.json
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,15 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "ic_fluent_chevron_down_16_filled.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Binary file added
BIN
+1.12 KB
...es/FluentUI-ios.xcassets/chevron-down-16x16.imageset/ic_fluent_chevron_down_16_filled.pdf
Binary file not shown.
Binary file removed
BIN
-3.89 KB
...sources/FluentUI-ios.xcassets/chevron-down-20x20.imageset/ic_chevron_down_20_outlined.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions
8
...hevron-right-20x20.imageset/Contents.json → ...hevron-right-12x12.imageset/Contents.json
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "ic_fluent_chevron_right_12_filled.pdf", | ||
"idiom" : "universal", | ||
"filename" : "ic_chevron_right_20_outlined.pdf", | ||
"language-direction" : "left-to-right" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
} | ||
} | ||
} |
Binary file added
BIN
+1.12 KB
.../FluentUI-ios.xcassets/chevron-right-12x12.imageset/ic_fluent_chevron_right_12_filled.pdf
Binary file not shown.
9 changes: 5 additions & 4 deletions
9
...chevron-down-20x20.imageset/Contents.json → ...hevron-right-16x16.imageset/Contents.json
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 |
---|---|---|
@@ -1,15 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "ic_fluent_chevron_right_16_filled.pdf", | ||
"idiom" : "universal", | ||
"filename" : "ic_chevron_down_20_outlined.pdf" | ||
"language-direction" : "left-to-right" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
} | ||
} | ||
} |
Binary file added
BIN
+1.13 KB
.../FluentUI-ios.xcassets/chevron-right-16x16.imageset/ic_fluent_chevron_right_16_filled.pdf
Binary file not shown.
Binary file removed
BIN
-3.9 KB
...urces/FluentUI-ios.xcassets/chevron-right-20x20.imageset/ic_chevron_right_20_outlined.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions
6
ios/FluentUI/TwoLineTitleView/TwoLineTitleView.resources.xcfilelist
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
chevron-down-20x20.imageset | ||
chevron-right-20x20.imageset | ||
chevron-down-12x12.imageset | ||
chevron-down-16x16.imageset | ||
chevron-right-12x12.imageset | ||
chevron-right-16x16.imageset |
Oops, something went wrong.