diff options
Diffstat (limited to 'res/layout/char_details.xml')
-rw-r--r-- | res/layout/char_details.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/char_details.xml b/res/layout/char_details.xml index 57a6b35..1828d2d 100644 --- a/res/layout/char_details.xml +++ b/res/layout/char_details.xml @@ -10,7 +10,7 @@ android:layout_height="wrap_content" android:textSize="20sp" android:textColor="#ff000000" /> - <TextView android:id="@+id/utf8Label" + <TextView android:id="@+id/encodingLabel" android:layout_width="fill_parent" android:layout_height="wrap_content" android:textSize="16sp" |