blob: da513cc1df63538766d330e613c7967ddb6fecfe [file] [log] [blame]
Alexandre Lision666b3772013-10-28 17:42:48 -04001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="wrap_content" >
5
6 <LinearLayout
7 android:id="@+id/wrapper"
8 android:layout_width="fill_parent"
9 android:layout_height="wrap_content" >
10
11 <TextView
12 android:id="@+id/comment"
13 android:layout_width="wrap_content"
14 android:layout_height="wrap_content"
15 android:layout_gravity="center"
16 android:layout_margin="5dip"
17 android:background="@drawable/item_generic_selector"
18 android:paddingLeft="10dip"
19 android:text="Hello bubbles!"
20 android:textColor="@android:color/primary_text_light" />
21 </LinearLayout>
22
23</LinearLayout>