Fix elevation in double pane layout

pull/384/head
Alex Baker 10 years ago
parent 96b117b6d9
commit c63dd43f43

@ -1,7 +1,6 @@
<android.support.v4.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_layout_empty"
style="@style/task_list_container"
android:background="?attr/asContentBackground"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:elevation="@dimen/elevation_task_list">

@ -1,6 +1,7 @@
<android.support.v4.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_layout"
style="@style/task_list_container"
android:background="?attr/asContentBackground"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:elevation="@dimen/elevation_task_list">

@ -1,6 +1,7 @@
<org.tasks.ui.DraggableSwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipe_layout"
style="@style/task_list_container"
android:background="?attr/asContentBackground"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:elevation="@dimen/elevation_task_list" >

@ -53,7 +53,6 @@
<item name="android:scrollbars">vertical</item>
<item name="android:cacheColorHint">#00000000</item>
<item name="android:smoothScrollbar">true</item>
<item name="android:background">?attr/asContentBackground</item>
</style>
<style name="TaskListView" parent="ListView" />

Loading…
Cancel
Save