2016-03-05 13:54:19 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-05-07 06:25:02 +00:00
|
|
|
<LinearLayout
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="match_parent"
|
2016-03-06 15:49:35 +00:00
|
|
|
android:layout_height="wrap_content"
|
2016-05-07 06:25:02 +00:00
|
|
|
android:orientation="vertical"
|
2018-11-20 14:17:25 +00:00
|
|
|
android:layout_margin="@dimen/row_padding"
|
2016-05-07 06:25:02 +00:00
|
|
|
android:background="?attr/selectableItemBackground">
|
2016-03-05 13:54:19 +00:00
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
2016-05-07 06:25:02 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="horizontal">
|
2016-03-05 13:54:19 +00:00
|
|
|
|
|
|
|
|
<TextView
|
2016-05-07 06:25:02 +00:00
|
|
|
android:id="@+id/nameTextView"
|
|
|
|
|
style="@style/RowTitle"
|
2016-03-05 13:54:19 +00:00
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
2016-05-07 06:25:02 +00:00
|
|
|
android:id="@+id/memberCountTextView"
|
2016-03-16 12:52:42 +00:00
|
|
|
style="@style/RowText"
|
2016-05-07 06:25:02 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content" />
|
2016-03-05 13:54:19 +00:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
2016-05-07 06:25:02 +00:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="horizontal">
|
2016-03-05 13:54:19 +00:00
|
|
|
|
|
|
|
|
<TextView
|
2016-05-07 06:25:02 +00:00
|
|
|
android:id="@+id/descriptionTextView"
|
2016-03-05 13:54:19 +00:00
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
2016-05-07 06:25:02 +00:00
|
|
|
android:layout_weight="1"
|
2018-11-20 14:17:25 +00:00
|
|
|
android:text="New Text ase rqwer qwer qsdfqw erasdf qwredas drfqwer asdrqw eras drqwer asdr aswer asdfaswer wer sdwe 000"
|
|
|
|
|
android:layout_marginBottom="20dp"/>
|
2016-03-05 13:54:19 +00:00
|
|
|
|
|
|
|
|
<Button
|
2016-05-07 06:25:02 +00:00
|
|
|
android:id="@+id/joinleaveButton"
|
2016-03-05 13:54:19 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
2016-05-07 06:25:02 +00:00
|
|
|
android:text="New Button" />
|
2016-03-05 13:54:19 +00:00
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|