Skip to content

Instantly share code, notes, and snippets.

View vitorprado's full-sized avatar

Vitor Prado vitorprado

View GitHub Profile
### Keybase proof
I hereby claim:
* I am vitorprado on github.
* I am vitorprado (https://keybase.io/vitorprado) on keybase.
* I have a public key ASDegNhaqP1TC-C5v6cbEHN06I2JiLYCNwSZdUostmaDWAo
To claim this, I am signing this object:
@vitorprado
vitorprado / RatingBar.kt
Created March 1, 2021 18:16
Jetpack Compose RatingBar (alpha12)
package com.components.ratingbar
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.shape.GenericShape
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.draw.clip
import androidx.compose.ui.geometry.Offset
@vitorprado
vitorprado / gist:97ab0bca23d9416d6006
Created March 2, 2015 17:59
zsh agnoster theme with since last commit time segment.
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://gist.github.com/1595572).
#