
android
安卓小小生
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
设置recyclerview最大高度(kotlin)
/** * 设置recyclerview最大高度 */ fun setMaxHeight(recyclerView: RecyclerView) { recyclerView.viewTreeObserver.addOnGlobalLayoutListener(object : ViewTreeObserver.OnGlobalLayoutListen...原创 2018-08-16 10:21:28 · 2338 阅读 · 0 评论 -
DatePickerDialog更改样式
1、在values/style.xml新增: <style name="MyDatePickerDialogTheme" parent="@android:style/Theme.Holo.Light.Dialog"> <item name="android:windowIsTranslucent">true</item> <item name=&原创 2018-08-24 14:55:54 · 2664 阅读 · 0 评论 -
跳转安卓日历app
fun gotoCalendarApp(cnt: Context){ try { if (cnt is AutoRecordActivity) { cnt.closeSmartLifeDialog() } val intent = Intent(Intent.ACTION...原创 2019-01-09 20:10:38 · 1671 阅读 · 0 评论