diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-03-28 21:00:34 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-03-28 21:00:34 -0700 |
commit | 230762201cb64a54805f0350028841265f74bc3f (patch) | |
tree | e8c0a29fb342da447e217976110b10fd5977e42c /subsonic-android/res/layout/main.xml | |
parent | 0efd9216e71ddce379129811af9a6e4135776bbb (diff) | |
download | dsub-230762201cb64a54805f0350028841265f74bc3f.tar.gz dsub-230762201cb64a54805f0350028841265f74bc3f.tar.bz2 dsub-230762201cb64a54805f0350028841265f74bc3f.zip |
Moved to using ActionBar tabs
Diffstat (limited to 'subsonic-android/res/layout/main.xml')
-rw-r--r-- | subsonic-android/res/layout/main.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/subsonic-android/res/layout/main.xml b/subsonic-android/res/layout/main.xml index f5c95b3f..823922dc 100644 --- a/subsonic-android/res/layout/main.xml +++ b/subsonic-android/res/layout/main.xml @@ -9,17 +9,5 @@ android:layout_width="match_parent" android:layout_height="0px" android:layout_weight="1" > - - <!-- Optional page title view --> - - <android.support.v4.view.PagerTitleStrip - android:id="@+id/pager_title_strip" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_gravity="top" - android:background="#33b5e5" - android:paddingBottom="4dp" - android:paddingTop="4dp" - android:textColor="#fff" /> </android.support.v4.view.ViewPager> </LinearLayout>
\ No newline at end of file |