The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
| /* Solarized Dark | |
| For use with Jekyll and Pygments | |
| http://ethanschoonover.com/solarized | |
| SOLARIZED HEX ROLE | |
| --------- -------- ------------------------------------------ | |
| base03 #002b36 background | |
| base01 #586e75 comments / secondary content |
| import android.app.Application; | |
| import android.content.res.AssetManager; | |
| import android.graphics.Typeface; | |
| import android.text.Html; | |
| import android.text.SpannableStringBuilder; | |
| import android.text.Spanned; | |
| import android.text.style.StyleSpan; | |
| import uk.co.chrisjenx.calligraphy.CalligraphyTypefaceSpan; | |
| import uk.co.chrisjenx.calligraphy.TypefaceUtils; |
| /* | |
| * Copyright (C) 2014 The Android Open Source Project | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |