Merge remote-tracking branch 'origin/master'

# Conflicts:
#	app/src/main/res/layout/activity_main.xml
master
hanxueqing 5 years ago
parent 699f714588
commit 4e89c88ec8

@ -33,7 +33,8 @@ public class SearchContentActivity extends AppCompatActivity {
//遍历label和content的队列显示内容
for(int i=1;i< SearchServiceGet.label.size();i++){
TextView text_label=findViewById(R.id.search_content);
text_label.setText(SearchServiceGet.label.get(i));
// text_la
}

Loading…
Cancel
Save