File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
#Changelog
2
2
3
+ #2 .1.0 (27/04/2015)
4
+ - Fixed #155 , We now clone correctly.
5
+ - Added Styles for Custom Views. (` builder.addCustomStyle(ToggleButton.class, android.R.attr.buttonStyleToggle) ` )
6
+
3
7
#2 .0.2 (05/01/2015)
4
8
- Fixed ` CalligraphyConfig.Builder ` missing return statements.
5
9
- Fixed ` createView() ` getting the wrong parent context, Fixed: #135 , #120
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ Are you fed up of Custom Views to set fonts? Or traversing the ViewTree to find
13
13
14
14
### Dependency
15
15
16
- Include the dependency [ Download (.aar)] ( http://search.maven.org/remotecontent?filepath=uk/co/chrisjenx/calligraphy/2.0.2 /calligraphy-2.0.2 .aar ) :
16
+ Include the dependency [ Download (.aar)] ( http://search.maven.org/remotecontent?filepath=uk/co/chrisjenx/calligraphy/2.1.0 /calligraphy-2.1.0 .aar ) :
17
17
18
18
``` groovy
19
19
dependencies {
20
- compile 'uk.co.chrisjenx:calligraphy:2.0.2 '
20
+ compile 'uk.co.chrisjenx:calligraphy:2.1.0 '
21
21
}
22
22
```
23
23
### Add Fonts
You can’t perform that action at this time.
0 commit comments