des couleurs plus lisible
authorPhilippe Lago <lago_p@epitech.net>
Fri, 03 Jul 2009 15:28:10 +0200
changeset 329 abc2cfc924fa
parent 328 5e760859a5d7
child 331 acfdfca27cc8
des couleurs plus lisible
res/layout/sendim.xml
src/com/beem/project/beem/ui/SendIM.java
--- a/res/layout/sendim.xml	Thu Jul 02 21:52:16 2009 +0200
+++ b/res/layout/sendim.xml	Fri Jul 03 15:28:10 2009 +0200
@@ -37,6 +37,8 @@
 		<TextView android:id="@+id/sendimlist" android:paddingLeft="10px"
 			android:paddingRight="10px" android:paddingTop="10px"
 			android:layout_width="fill_parent" android:layout_height="fill_parent"
+			android:textColor="@color/white"
+			android:background="@color/black"
 			android:singleLine="false" />
 
 	</ScrollView>
--- a/src/com/beem/project/beem/ui/SendIM.java	Thu Jul 02 21:52:16 2009 +0200
+++ b/src/com/beem/project/beem/ui/SendIM.java	Fri Jul 03 15:28:10 2009 +0200
@@ -91,7 +91,7 @@
     @Override
     protected void onCreate(Bundle saveBundle) {
 	super.onCreate(saveBundle);
-	setTheme(R.style.OldTheme);
+	//setTheme(R.style.OldTheme);
 	setContentView(R.layout.sendim);
 	mHandler = new Handler();
 	mChatManagerListener = new OnChatListener();