Fix some background overdraw

pull/384/head
Alex Baker 10 years ago
parent 2247309aec
commit 0a969cda04

@ -7,7 +7,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/asContentBackground"
android:orientation="horizontal"
android:baselineAligned="false">

@ -7,8 +7,7 @@
<FrameLayout
android:id="@+id/single_pane"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/asContentBackground" />
android:layout_height="match_parent" />
<include layout="@layout/navigation_drawer" />

@ -1,6 +1,7 @@
<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,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="task_list_container" parent="task_list_container_base">
<style name="task_list_container">
<item name="android:clipToPadding">false</item>
<item name="android:paddingRight">@dimen/elevation_padding</item>
<item name="android:paddingEnd">@dimen/elevation_padding</item>

@ -67,11 +67,7 @@
<!-- ==================================================== TaskAdapter == -->
<style name="task_list_container_base">
<item name="android:background">?attr/asContentBackground</item>
</style>
<style name="task_list_container" parent="task_list_container_base"/>
<style name="task_list_container"/>
<style name="TextAppearance.TAd_ItemTitle">
<item name="android:textColorLink">#ff88aaff</item>

Loading…
Cancel
Save