效果图:
布局代码:
<TextView
android:id="@+id/product_tag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:singleLine="true"
android:textSize="10sp"
android:textColor="@color/label_orange"
android:layout_marginLeft="10dp"
android:background="@drawable/shape_label_orange"
android:text="标签"/><TextView