Android
be1good2do3right
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Andorid TextView 使用
字体加粗:<TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="25dp" android:text="@string/lable_location" and原创 2017-03-08 20:42:19 · 334 阅读 · 0 评论 -
更新Android studio gradle需要注意的地方
1、如图2、如图 3、如图 需要注意上述图中gradle 的版本 ,在版本号一致的情况下,gradle 能够正常运行 其中图3的版本可低于 1,2的版本。原创 2017-03-18 12:02:12 · 324 阅读 · 0 评论 -
XML file line #2: Error inflating class android.support.v7.widget.CardView
原因是项目中没有引用 可在app build.gradle 中加入dependencies { compile 'com.android.support:cardview-v7:25.3.0' }原创 2017-03-30 10:37:03 · 1785 阅读 · 0 评论 -
Android annotations
http://www.jianshu.com/p/7179769fec6f转载 2017-03-15 15:24:51 · 289 阅读 · 0 评论
分享