Skip to content

Instantly share code, notes, and snippets.

View ronghao's full-sized avatar
🎯
Focusing

浩枫 ronghao

🎯
Focusing
View GitHub Profile
@ronghao
ronghao / listview
Last active September 20, 2017 01:36
listview 常用代码
- 去除ListView选中时的黄色背景
- android:listSelector="#00000000"
@ronghao
ronghao / Launcher
Created September 20, 2017 01:18
Launcher androidmanifast配置
<category android:name="android.intent.category.HOME"/>
<category android:name="android.intent.category.DEFAULT"/>