summaryrefslogtreecommitdiff
path: root/samples/known-bugs/res/layout/issue331_action_view.xml
diff options
context:
space:
mode:
authorRoman Nurik <romannurik@google.com>2012-06-08 12:34:55 -0700
committerRoman Nurik <romannurik@google.com>2012-06-08 12:34:55 -0700
commit5f7b1388e1d8fb1214236ca2557f484717db9199 (patch)
treefdf544fe3d4bed35886f318af2cb64cf8143bba3 /samples/known-bugs/res/layout/issue331_action_view.xml
parent7f69c53e8d475924ec81e059975cf817e65809f9 (diff)
downloadactionbarsherlock-5f7b1388e1d8fb1214236ca2557f484717db9199.tar.gz
Add ActionBarSherlock 4.1.0 to master branch of actionbarsherlock project
Change-Id: I4f557ca50a210d66b6c6f37f1edc44c08f7e31c6
Diffstat (limited to 'samples/known-bugs/res/layout/issue331_action_view.xml')
-rw-r--r--samples/known-bugs/res/layout/issue331_action_view.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/known-bugs/res/layout/issue331_action_view.xml b/samples/known-bugs/res/layout/issue331_action_view.xml
new file mode 100644
index 0000000..e77ec08
--- /dev/null
+++ b/samples/known-bugs/res/layout/issue331_action_view.xml
@@ -0,0 +1,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"/> \ No newline at end of file