Fix settings overdraw

Bug: 17185183
Change-Id: Ide5adf1e61f727a49bc70e0adc754eeb09321122
This commit is contained in:
Jorim Jaggi
2015-06-05 17:42:32 -07:00
parent 58c5fb38c7
commit 1fdd4f521c
2 changed files with 0 additions and 2 deletions

View File

@@ -21,5 +21,4 @@
android:id="@+id/main_content"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:background="?android:attr/colorBackground"
/>

View File

@@ -39,7 +39,6 @@
android:id="@+id/main_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/preferenceBackgroundColor"
/>
</LinearLayout>