We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff4d6c commit 3a5c8feCopy full SHA for 3a5c8fe
fragmentation/src/main/java/me/yokeyword/fragmentation/SupportActivity.java
@@ -83,9 +83,9 @@ protected FragmentAnimator onCreateFragmentAnimator() {
83
}
84
85
/**
86
- * 当Fragment的根布局没有设定background时,
+ * 当Fragment根布局 没有 设定background属性时,
87
* Fragmentation默认使用Theme的android:windowbackground作为Fragment的背景,
88
- * 改变Fragment背景 (给根布局设定background优先级最高)
+ * 可以通过该方法改变Fragment背景。
89
*/
90
protected void setDefaultFragmentBackground(@DrawableRes int backgroundRes) {
91
mDefaultFragmentBackground = backgroundRes;
0 commit comments