|
|
|
@ -21,20 +21,17 @@
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/nameTextView"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginLeft="@dimen/medium_spacing"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:gravity="left"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:textSize="@dimen/medium_font_size"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:textColor="@color/text"
|
|
|
|
|
android:text="Spiderman" />
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1" />
|
|
|
|
|
android:text="Spiderman"
|
|
|
|
|
android:layout_weight="1"/>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/tickImageView"
|
|
|
|
|