Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Medium Visual Challenge #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Medium Visual Challenge #25

wants to merge 2 commits into from

Conversation

LaloCo
Copy link

@LaloCo LaloCo commented Mar 25, 2019

My attempt at replicating Medium's app:

What went well

  • I see that the frame now has the 4 rounded corners on iOS instead of the top pointy ones, or did I do something different? 🤔
  • Unrelated, perhaps, but I find PlatformConfiguration's iOSSpecific and AndroidSpecific super useful!

What didn't

  • Margins are a bit to big in some scenarios. My ListView for example had to have a big negative top margin after the ScrollView so the spacing wasn't too big.
  • Is the "Silver" color not the same on both platforms? They seem a bit different. I guess this is related to @Depechie's point regarding label colors.

I would like to see

  • A way to easily change the selected background on Android, or is there one already? I keep doing some weird stuff on my cells Custom Renderers.
  • It would be great to have a bit more control over the shadows (x, y and blur)

Result:

Android iOS

@davidortinau
Copy link
Owner

Thanks @LaloCo ! Great notes.

Frame corner issue: xamarin/Xamarin.Forms#5544

I find PlatformConfiguration's iOSSpecific and AndroidSpecific super useful!

How did you discover them?

A way to easily change the selected background on Android, or is there one already? I keep doing some weird stuff on my cells Custom Renderers.

You'll be glad to get this: xamarin/Xamarin.Forms#4867

More blur control on the shadows, absolutely. The next iteration is going to be exposing properties like that.

@LaloCo
Copy link
Author

LaloCo commented Mar 25, 2019

Frame corner issue: xamarin/Xamarin.Forms#5544
You'll be glad to get this: xamarin/Xamarin.Forms#4867
More blur control on the shadows, absolutely. The next iteration is going to be exposing properties like that.

Awesome, awesome and awesome again! You guys rock 🎸

How did you discover them?

I think it was back when I was looking for ways to handle the new iPhone X (with its notch and all).

Update NuGet and Shell stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants