~sixseve/morseime/devel

« back to all changes in this revision

Viewing changes to res/layout/help.xml

  • Committer: Patrick Woodworth
  • Date: 2010-03-16 20:27:30 UTC
  • Revision ID: patrick@woodworth.org-20100316202730-scb3xmedecfq23il
Using xml nbsp entity in help text and setting help dialog colors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
              android:orientation="vertical"
21
21
              android:layout_width="fill_parent"
22
22
              android:layout_height="fill_parent"
 
23
              android:background="@color/help_background"
23
24
    >
24
25
 
25
26
  <ScrollView
50
51
          android:layout_height="wrap_content"
51
52
          android:text="@string/help_enable_keyboard_text"
52
53
          android:padding="5dip"
 
54
          android:textColor="@color/help_text_color"
53
55
          />
54
56
 
55
57
      <TextView
58
60
          android:layout_height="wrap_content"
59
61
          android:text="@string/help_select_input_method_text"
60
62
          android:padding="5dip"
 
63
          android:textColor="@color/help_text_color"
61
64
          />
62
65
 
63
66
    </LinearLayout>