1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-30 23:00:09 -05:00

Get rid of the color gradients in the background (dark holo theme)

This commit is contained in:
cketti 2012-10-02 19:46:08 +02:00
parent ec3c877ae3
commit 0f7ad3a20d
5 changed files with 11 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
android:orientation="vertical"
android:background="?android:attr/colorBackground">
<com.handmark.pulltorefresh.library.PullToRefreshListView
android:id="@+id/message_list"
android:layout_width="fill_parent"