NativeAlphaForAndroid
NativeAlphaForAndroid copied to clipboard
🎨 Implement Material You
Thanks for your PR. I think this can make it into the new release.
A few things:
- The spaces between the switches seem overly large, probably the new Switch elements have their own margin-bottom. Therefore, you could try to remove the
android:divider
the respectiveLinearLayout
as it is not necessary any more. - The changes in
AndroidManifest
shouldn't be commited. See https://github.com/cylonid/NativeAlphaForAndroid/pull/56/files#r860246469 - I'd prefer the font color of the floating button to be white as it was before (and still is for all other buttons)
Thank you for your response. I will make those changes and will push it.