--- 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();