keybase.md
I hereby claim:
- I am andyscherzinger on github.
- I am andyscherzinger (https://keybase.io/andyscherzinger) on keybase.
- I have a public key ASAKQ_57xFFeNqOyu_F95wRkKSvw1eFM9w-sFtQym3Y8ywo
| <?xml version="1.0" encoding="utf-8"?> | |
| <resources> | |
| <!-- TextView Empty Base--> | |
| <style name="TextViewBase" parent="android:TextAppearance.Holo.Widget.TextView"/> | |
| <!-- ActionBar Title --> | |
| <style name="CustomActionBarTitleBase" parent="TextAppearance.AppCompat.Widget.ActionBar.Title"/> | |
| <!-- Text Views Default Base --> |
keybase.md
I hereby claim:
| Bitmap batmapBitmap = BitmapFactory.decodeResource(getResources(), R.drawable.batman); | |
| RoundedBitmapDrawable circularBitmapDrawable = // | |
| RoundedBitmapDrawableFactory.create(getResources(), batmapBitmap); | |
| circularBitmapDrawable.setCornerRadius(batmapBitmap.getWidth()); | |
| myImageView.setImageDrawable(circularBitmapDrawable); | |
| System.out.prinln("MyActivity", "That's all folks"); |
| <?php | |
| /* | |
| Backup script for trakt.tv. | |
| Live demo: http://eclectide.com/blog/2014/08/12/trakt-tv-backup/ | |
| */ | |
| // You can find your personal api key under: | |
| // https://trakt.tv/api-docs/authentication |