Android开发易忘、常见知识积累(持续更新中)---android知识

来源:互联网 发布:杭州优化妆学校排行 编辑:程序博客网 时间:2024/06/01 10:13

一.控件

1.RecyclerView和ScrollView
scrollbars 滚动条
overScrollMode 拉到边缘是否有阴影

2.

二.特殊字符

1.字符串中有引号:

title = "\"派\"是什么";

输出为 “派”是什么

三.android studio使用

1.插件自动提取style样式

插件名字.Android Styler
Usage:
a. copy lines with future style from your layout.xml file
b. paste it to styles.xml file with Ctrl+Shift+D (or context menu)
c. enter name of new style in the modal window
d. your style is prepared!

原创粉丝点击