在我的项目android中导入这个库

时间:2017-02-09 04:35:39

标签: android android-studio

我想在我的项目中导入这个库。这样做的正确方法是什么?我尝试导入但失败了。

1 个答案:

答案 0 :(得分:0)

在你的styles.xml中

在你的主题中添加这两行,你可以使用工具栏而不是动作栏

 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">

<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>