Android Bootstrap by Bearded-Hen Icons Fonts not showing
问题 I just downloaded the sample from Android-Bootstrap, But all the fonts Icons are not displaying. I just downloaded the latest version, and still I am having the same problem. (I tried to run the sample project) also same issue. Is anyone have this issue ? or does anyone knows how to came around ? 回答1: fontawesome-webfont.ttf file download and copy to app/src/main/assets. In the OnCreate event of the application, add the following code. TypefaceProvider.registerDefaultIconSets(); 回答2: The