ANDROID-BOOTSTRAP开源项目使用方法

  1、将程序导入到工作空间,修改target=android-XX为本地android SDK版本。

  2、在项目中点击右键选择Properties->Android Library,添加ANDROID-BOOTSTRAP开源项目。

  3、拷贝开源包中的fontawesome-webfont.ttf到测试工程的assets目录中。

  4、在布局源文件中加入

    xmlns:android=”http://schemas.android.com/apk/res/android”
    xmlns:androidbootstrap=”http://schemas.android.com/apk/res-auto”
    xmlns:fontawesometext=”http://schemas.android.com/apk/res-auto”

  5、测试

ANDROID-BOOTSTRAP开源项目使用方法,布布扣,bubuko.com

ANDROID-BOOTSTRAP开源项目使用方法

上一篇:iOS开发中常用第三方库的使用和配置-GDataXML


下一篇:Android开发环境配置