Skip to content

Instantly share code, notes, and snippets.

View abunayem's full-sized avatar
🎯
Focusing

Abu Nayem abunayem

🎯
Focusing
View GitHub Profile
<style name="TopSheet_DialogAnimation">
  <item name="android:windowEnterAnimation">@anim/slide_out_from_top</item>
  <item name="android:windowExitAnimation">@anim/slide_back_to_top</item>
</style>

slide_out_from_top

@abunayem
abunayem / niceColors.txt
Created March 16, 2023 14:47 — forked from romsalva/niceColors.txt
Named colors in rgb-hex, rgb-0-255, and rgb-0.0f-1.0f formats.
Black #000000 0-0-0 0.0f, 0.0f, 0.0f
White #FFFFFF 255-255-255 1.0f, 1.0f, 1.0f
10% Gray #EBEBEB 235-235-235 0.92f, 0.92f, 0.92f
15% Gray #E1E1E1 225-225-225 0.88f, 0.88f, 0.88f
20% Gray #D7D7D7 215-215-215 0.84f, 0.84f, 0.84f
25% Gray #D7D7D7 204-204-204 0.8f, 0.8f, 0.8f
30% Gray #C2C2C2 194-194-194 0.76f, 0.76f, 0.76f
35% Gray #B7B7B7 183-183-183 0.71f, 0.71f, 0.71f
40% Gray #ACACAC 172-172-172 0.67f, 0.67f, 0.67f
45% Gray #A0A0A0 161-161-161 0.63f, 0.63f, 0.63f