You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,15 +124,13 @@ public boolean onCreateOptionsMenu(Menu menu) {
123
124
returntrue;
124
125
}
125
126
```
126
-
*Tip: For smooth rendering in android studio one might have to include [font-awesome.ttf](https://github.com/Livin21/DroidAwesome/blob/master/droid-awesome/src/main/assets/fonts/font-awesome.ttf?raw=true) in assets/fonts/*
127
-
*You can change font file name as follows:*
128
-
```java
129
-
DroidAwesome.setFontFileName("my-font.ttf");
130
-
```
131
-
*Set font filename in onCreate() of your activity file*
132
127
133
128
## ChangeLog ##
134
129
130
+
### 1.1.9 ###
131
+
* Removed use of font file from assets
132
+
* Removed setFontFile() method
133
+
135
134
### 1.1.8 ###
136
135
* Minor Bug Fixes
137
136
@@ -197,4 +196,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
197
196
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
198
197
See the License for the specific language governing permissions and
0 commit comments