I hereby claim:
- I am filipebatista on github.
- I am filipebaptista (https://keybase.io/filipebaptista) on keybase.
- I have a public key ASCYTZF3gcM4itfc6b7YSDH_Hjrkx5HG9hwa8RKdj0XPNgo
To claim this, I am signing this object:
class MainActivity : ComponentActivity() { | |
override fun onCreate(savedInstanceState: Bundle?) { | |
WindowCompat.setDecorFitsSystemWindows(window, false) | |
super.onCreate(savedInstanceState) | |
setContent { | |
RubberBandSliderTheme { | |
Surface(modifier = Modifier.fillMaxSize(), color = MaterialTheme.colorScheme.background) { | |
Box(contentAlignment = Alignment.Center) { | |
RubberBandSlider(modifier = Modifier | |
.height(200.dp) |
I hereby claim:
To claim this, I am signing this object:
typealias Credentials = Pair<String, String> | |
val myCredentials = Credentials("myUsername1","myhashpassword1") |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |