Fix overdraw and do some layout optimizations

- use a specific layout for the Dashboard and for the Preferences
- use a specific background for the Dashboard and for the Preferences

The main idea here is that you cannot have the same layout / background
because the Dashboard is using the "Z elevation" for having its card
"poping up"

Change-Id: I42b7c91efea14315b8a60cf3876938a7f1d1e0b3
This commit is contained in:
Fabrice Di Meglio
2014-07-18 15:20:34 -07:00
parent 3bd0515242
commit d40dd45c18
8 changed files with 45 additions and 21 deletions

View File

@@ -21,9 +21,7 @@
android:insetBottom="0dip">
<shape android:shape="rectangle">
<solid android:color="@color/preference_list_fragment_background_color" />
<solid android:color="@color/preference_background_color" />
</shape>
</inset>