1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

ConversationActivity: Fixed background color (Same Look & Feel on Android 2.1 as on Android 1.5)

This commit is contained in:
Sebastian Kaspari 2010-04-05 18:26:18 +02:00
parent 33ec37e689
commit 82941ef072

View File

@ -23,7 +23,8 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
android:layout_height="fill_parent"
android:background="#ff181818">
<LinearLayout
android:orientation="horizontal"
android:layout_width="fill_parent"