layout实现滚动ScrollView
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an
阅读全文
posted @
2021-07-09 10:34
汤姆猫8
阅读(83)
推荐(0)
View.inflate、LayoutInflator.inflate
摘要:核心源码: public View inflate(XmlPullParser parser, ViewGroup root, boolean attachToRoot) { final Context inflaterContext = mContext; final AttributeSet a
阅读全文
posted @
2021-06-30 13:48
汤姆猫8
阅读(55)
推荐(0)
Attempt to invoke virtual method ‘java.io.FileOutputStream android.content.Context.openFileOutput(java.lang.String, int)' on a null object reference
摘要:Attempt to invoke virtual method ‘java.io.FileOutputStream android.content.Context.openFileOutput(java.lang.String, int)' on a null object reference 对
阅读全文
posted @
2021-06-28 10:53
汤姆猫8
阅读(1082)
推荐(0)