Remove (now redundant) background from layouts to reduce overdraw

This commit is contained in:
cketti 2012-12-13 07:27:51 +01:00
parent b426cd847c
commit 9d66a5e3ba
5 changed files with 5 additions and 11 deletions

View File

@ -2,8 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:background="?android:attr/colorBackground">
android:layout_width="fill_parent">
<ListView
android:id="@android:id/list"

View File

@ -2,8 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:background="?android:attr/colorBackground">
android:layout_width="fill_parent">
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"

View File

@ -2,8 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:background="?android:attr/colorBackground">
android:layout_width="fill_parent">
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"

View File

@ -2,8 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:background="?android:attr/colorBackground">
android:orientation="vertical">
<ScrollView
android:layout_width="fill_parent"

View File

@ -4,6 +4,4 @@
android:id="@+id/message_list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="5"
android:background="?android:attr/colorBackground"
android:cacheColorHint="?android:attr/colorBackground" />
android:layout_weight="5" />