summaryrefslogtreecommitdiff
path: root/samples/demos/res/layout/tab_custom_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/demos/res/layout/tab_custom_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/demos/res/layout/tab_custom_view.xml')
-rw-r--r--samples/demos/res/layout/tab_custom_view.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/demos/res/layout/tab_custom_view.xml b/samples/demos/res/layout/tab_custom_view.xml
new file mode 100644
index 0000000..a091411
--- /dev/null
+++ b/samples/demos/res/layout/tab_custom_view.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+ <ProgressBar
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:indeterminate="true"/>
+</LinearLayout> \ No newline at end of file