这种刷新可绘制在某些设备上模糊,例如Galaxy Tab 10.1N( Android 3.2). 我的Nexus 7(Android 4.4)没问题. ImageButton android:id="@+id/buttonrefresh" android:layout_width="52dip" android:layout_height="fill_parent" android:la
我的Nexus 7(Android 4.4)没问题.
<ImageButton android:id="@+id/buttonrefresh" android:layout_width="52dip" android:layout_height="fill_parent" android:layout_alignParentRight="true" android:adjustViewBounds="true" android:scaleType="fitCenter" android:background="@drawable/widget_button_background" android:padding="2dip" android:src="@drawable/ic_action_refresh"/>
ic_action_refresh位于res / drawable_xxhdpi,大小为96×96像素.
可能是什么原因?