blob: ceeafa3b7e2d29f5beeeec81e55f9a29925113c6 [file] [log] [blame]
alisionfe9cf712013-05-03 17:26:08 -04001<?xml version="1.0" encoding="utf-8"?>
2<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent" >
5
6 <com.savoirfairelinux.sflphone.model.BubblesView
7 android:id="@+id/main_view"
8 android:layout_width="match_parent"
9 android:layout_height="match_parent"
10 android:layout_alignParentBottom="true"
11 android:layout_alignParentTop="true"
12 android:focusable="true" />
13
14 <Button
15 android:id="@+id/add_bubble"
16 android:layout_width="match_parent"
17 android:layout_height="wrap_content"
18 android:layout_alignParentBottom="true"
19 android:text="Add Bubble" />
20
21</RelativeLayout>