From: Lennart Rosam Date: Sun, 5 Feb 2012 21:47:25 +0000 (+0100) Subject: Started swapping our ActionBar in favor of ActionBarSherlock X-Git-Tag: oc-android-1.4.3~485 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/ca5455e88da17b94572b01ac748bac4c2063dc11?ds=sidebyside Started swapping our ActionBar in favor of ActionBarSherlock --- diff --git a/.classpath b/.classpath index 8be29c71..63292d73 100644 --- a/.classpath +++ b/.classpath @@ -7,11 +7,11 @@ - + diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d2bf5866..b41fa663 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -21,7 +21,7 @@ android:name="android.permission.READ_SYNC_SETTINGS" /> - + @@ -65,7 +65,7 @@ diff --git a/lib/android-support-v4.jar b/lib/android-support-v4.jar deleted file mode 100644 index b254ef5f..00000000 Binary files a/lib/android-support-v4.jar and /dev/null differ diff --git a/project.properties b/project.properties index 5a709453..66f56ed1 100644 --- a/project.properties +++ b/project.properties @@ -8,4 +8,5 @@ # project structure. # Project target. -target=android-7 +target=android-13 +android.library.reference.1=actionbarsherlock/library diff --git a/res/layout-port/landing_page_item.xml b/res/layout-port/landing_page_item.xml new file mode 100644 index 00000000..a15412ca --- /dev/null +++ b/res/layout-port/landing_page_item.xml @@ -0,0 +1,24 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout-port/main.xml b/res/layout-port/main.xml new file mode 100644 index 00000000..5e644351 --- /dev/null +++ b/res/layout-port/main.xml @@ -0,0 +1,22 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/landing_page_fragment.xml b/res/layout/landing_page_fragment.xml index 13e5b07f..01eaeaa1 100644 --- a/res/layout/landing_page_fragment.xml +++ b/res/layout/landing_page_fragment.xml @@ -5,37 +5,13 @@ android:layout_height="wrap_content" android:orientation="vertical" > - - - - - - + android:stretchMode="columnWidth" + android:divider="@android:color/black"> + \ No newline at end of file diff --git a/res/layout/landing_page_item.xml b/res/layout/landing_page_item.xml index 66fe32ad..fde1c560 100644 --- a/res/layout/landing_page_item.xml +++ b/res/layout/landing_page_item.xml @@ -1,25 +1,26 @@ - - - + android:layout_centerVertical="true" + android:src="@drawable/action_item_btn" + /> + + \ No newline at end of file diff --git a/res/layout/main.xml b/res/layout/main.xml index ef4705b6..dc8c8d76 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,26 +1,23 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" > - - - - - - - + - + + + + + \ No newline at end of file diff --git a/res/values/styles.xml b/res/values/styles.xml index f2c0ea50..1f6874b5 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -2,6 +2,18 @@ + + + + +