File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
java/com/rae/cnblogs/fragment Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,6 @@ public void run() {
254
254
@ Subscribe
255
255
public void onEvent (ThemeChangedEvent event ) {
256
256
if (mItemAdapter != null )
257
- mAppLayout .autoRefresh (true , 300 );
257
+ mAppLayout .autoRefresh (true , 500 );
258
258
}
259
259
}
Original file line number Diff line number Diff line change 123
123
android : layout_height =" wrap_content"
124
124
android : layout_weight =" 1"
125
125
android : text =" @string/check_update"
126
+ android : textSize =" 16sp"
126
127
android : textColor =" @color/ph1" />
127
128
129
+
130
+ <ProgressBar
131
+ android : id =" @+id/pb_check_update"
132
+ android : layout_width =" 24dp"
133
+ android : layout_height =" 24dp"
134
+ android : indeterminateDrawable =" @drawable/ic_progress_loading"
135
+ android : visibility =" invisible" />
136
+
128
137
<TextView
129
138
android : id =" @+id/tv_check_update"
130
139
android : layout_width =" wrap_content"
131
140
android : layout_height =" wrap_content"
141
+ android : gravity =" right"
132
142
android : text =" @string/loading"
133
143
android : textColor =" @color/ph3"
134
144
android : visibility =" gone" />
135
145
136
- <ProgressBar
137
- android : id =" @+id/pb_check_update"
138
- android : layout_width =" 24dp"
139
- android : layout_height =" 24dp"
140
- android : indeterminateDrawable =" @drawable/ic_progress_loading"
141
- android : visibility =" invisible" />
142
146
143
147
</LinearLayout >
144
148
You can’t perform that action at this time.
0 commit comments