summaryrefslogtreecommitdiff
path: root/samples/known-bugs/res/layout/issue331_action_view.xml
blob: e77ec088ba1aa32ee1ba1e2453421e591b09d399 (plain)
1
2
3
4
5
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
           android:layout_width="wrap_content"
           android:layout_height="wrap_content"
           android:src="@drawable/ic_refresh"
           style="@style/Widget.Sherlock.ActionButton"/>