summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.iOS
diff options
context:
space:
mode:
authorSamantha Houts <samantha@teamredwall.com>2017-01-12 11:48:30 -0800
committerJason Smith <jason.smith@xamarin.com>2017-01-12 11:48:30 -0800
commit3af99cbbe145a876cc9839af0adead83695b5445 (patch)
treea94639d66151591abac7ecc356cf947e12c8f4a2 /Xamarin.Forms.ControlGallery.iOS
parente7a7a57e4b2f7db71137e702be2663cf4f37d1b4 (diff)
downloadxamarin-forms-3af99cbbe145a876cc9839af0adead83695b5445.tar.gz
xamarin-forms-3af99cbbe145a876cc9839af0adead83695b5445.tar.bz2
xamarin-forms-3af99cbbe145a876cc9839af0adead83695b5445.zip
[iOS] Labels with WordWrap or CharacterWrap will Expand (#529)
* Add reproduction for 28650 * [iOS] Expand the label to fill width if wrapping Also, simplify the `if` statement, since `LineBreakMode` is not a flags enum and the only excluded member was `None`. * Test two small labels next to each other in horizontal layout
Diffstat (limited to 'Xamarin.Forms.ControlGallery.iOS')
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj1
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/caret_r.pngbin0 -> 404 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
index 848addd5..3eeb9484 100644
--- a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
+++ b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
@@ -201,6 +201,7 @@
<Content Include="bank.png" />
<Content Include="calculator%402x.png" />
<Content Include="calculator.png" />
+ <BundleResource Include="caret_r.png" />
<Content Include="cover1.jpg" />
<Content Include="crimson.jpg" />
<Content Include="Default-568h%402x.png" />
diff --git a/Xamarin.Forms.ControlGallery.iOS/caret_r.png b/Xamarin.Forms.ControlGallery.iOS/caret_r.png
new file mode 100644
index 00000000..bcf0ffb9
--- /dev/null
+++ b/Xamarin.Forms.ControlGallery.iOS/caret_r.png
Binary files differ