diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/char_details.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/char_details.xml b/res/layout/char_details.xml index 3912ae5..8d99be4 100644 --- a/res/layout/char_details.xml +++ b/res/layout/char_details.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/detailsLayout" android:layout_width="fill_parent" android:layout_height="fill_parent" android:padding="10dp" |