最新回答 / 慕粉15359600015
mWebView.getSettings().setBlockNetworkLoads(true);去掉這句? ?或者設(shè)置為false
2016-11-23
最新回答 / 慕粉4395828
flipper.setOutAnimation(this,R.anim.right_in); flipper.setOutAnimation(this,R.anim.right_out);
2016-11-21
已采納回答 / _秋風(fēng)斌然_
系統(tǒng)里面values文件夾默認(rèn)的三個(gè)xml是demens,strings,styles,沒有color,需要自己創(chuàng)建的
2016-11-20
最新回答 / iminif
布局文件可以這樣:<HorizontalScrollView ? ?android:layout_width="match_parent" ? ?android:layout_height="match_parent" ? ?android:scrollbars="none" ? ?tools:ignore="UselessParent"> ?<LinearLayout ? ? ?android:id="@+id/layout_gallery" ? ? ?android:layout_w...
2016-11-19