am 7e38eea8: Merge "Fix settings overdraw" into mnc-dev

* commit '7e38eea8170249ca13c54748d6ba4c615528cad6':
  Fix settings overdraw
This commit is contained in:
Jorim Jaggi
2015-06-08 18:49:06 +00:00
committed by Android Git Automerger
2 changed files with 0 additions and 2 deletions

View File

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

View File

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