diff options
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/chat.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/chat.xml b/res/layout/chat.xml index fdeb5b36..9b8f7d17 100644 --- a/res/layout/chat.xml +++ b/res/layout/chat.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/chat_layout" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > |