diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/char_details.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/char_details.xml b/res/layout/char_details.xml index 1828d2d..3912ae5 100644 --- a/res/layout/char_details.xml +++ b/res/layout/char_details.xml @@ -15,4 +15,9 @@ android:layout_height="wrap_content" android:textSize="16sp" android:textColor="#ff404040" /> + <TextView android:id="@+id/categoryLabel" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:textSize="16sp" + android:textColor="#ff004000" /> </LinearLayout> |