-
Updated
Jul 15, 2021 - JavaScript
mvvm
Here are 5,717 public repositories matching this topic...
-
Updated
Aug 16, 2021 - Java
-
Updated
Aug 16, 2021 - C#
-
Updated
Aug 10, 2021 - Java
-
Updated
Aug 9, 2021 - Kotlin
Add Missing XML Docs
Summary
Many API's are currently lacking XML docs or have invalid markup. As we begin to explore adding API documentation to the Prism Docs, we need to update the existing codebase with more complete XML docs so that these docs can be generated for the docs site.
HACKTOBERFEST UPDATE
Thank you for joining us for your Hacktoberfest contributions... Please take some time to familiari
-
Updated
Aug 11, 2021 - Kotlin
-
Updated
Jan 23, 2021 - Java
Describe the bug
We should add our ThirdPartyNotice.txt file to our packages as a loose file like we do with the license.
Should be here:
-
Updated
May 8, 2021 - Java
/**
* Correctly sets text color based on a given background color so that the
* user can see the text correctly
*/
@JvmStatic
fun setIntelligentTextColor(context: Context, textView: TextView, backgroundColor: Int) {
val red = Color.red(backgroundColor) * 0.299f
val green = Color.green(backgroundColor) * 0.587f
val blue = Color.blue(backgroundColor) * 0.114-
Updated
Aug 16, 2021 - C#
-
Updated
Aug 15, 2021 - C#
-
Updated
May 22, 2020 - Swift
-
Updated
Jun 3, 2021 - Java
-
Updated
Nov 26, 2020 - Java
-
Updated
Aug 2, 2021 - Swift
-
Updated
Jul 28, 2021 - C#
-
Updated
Aug 12, 2021 - Swift
-
Updated
Jul 4, 2021 - Kotlin
-
Updated
Aug 12, 2021 - Swift
-
Updated
Apr 25, 2021 - Objective-C
-
Updated
Apr 21, 2021 - Swift
Improve this page
Add a description, image, and links to the mvvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mvvm topic, visit your repo's landing page and select "manage topics."


Current behavior
When I removed the status bar by adding those 4 lines in the style.xml
Applying `VisibleBoundsPadding