
All it takes for the Nook would be specifiying the background color. For example, in res\layout\choose_language_pair.xml specify the background as black with android:background="@android:color/black":
- Code: Select all
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@android:color/black" xmlns:android="http://schemas.android.com/apk/res/android">
Similarly, in res\layout\choose_recent_language_pairs.xml
- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="@android:color/black" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView android:textAppearance="?android:textAppearanceLarge" android:id="@id/textView1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="5.0px" android:text="@string/recent_pairs" />
If it gets fixed, you can count on me to do some promotion on the various Nook related forums.
