blob: bdb32192bbafe0f72eda388d892170b021dacbb4 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal"
android:padding="@dimen/margin_large">
<org.wordpress.android.widgets.WPTextView
android:id="@+id/tag_list_row_tag_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/margin_medium"
android:layout_weight="1"
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:textColor="@color/grey_dark"
android:textSize="@dimen/text_sz_medium"
tools:text="tag_name" />
</LinearLayout>