blob: a9042a3bbaf20b67e75de6a5fe74b3a2a93ef53a [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"
Alexandre Lisiond5686032013-10-29 11:09:21 -04003 android:layout_width="match_parent"
Alexandre Lision666b3772013-10-28 17:42:48 -04004 android:layout_height="wrap_content" >
5
6 <LinearLayout
7 android:id="@+id/wrapper"
Alexandre Lisiond5686032013-10-29 11:09:21 -04008 android:layout_width="match_parent"
Alexandre Lision666b3772013-10-28 17:42:48 -04009 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"
Alexandre Lisiond5686032013-10-29 11:09:21 -040019 android:autoLink="all"
Alexandre Lision666b3772013-10-28 17:42:48 -040020 android:textColor="@android:color/primary_text_light" />
21 </LinearLayout>
22
23</LinearLayout>