优化1
This commit is contained in:
@@ -57,16 +57,17 @@
|
||||
android:textColor="#9A9A9A" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
<LinearLayout
|
||||
android:id="@+id/btn_add"
|
||||
android:gravity="center"
|
||||
android:layout_width="56dp"
|
||||
android:layout_height="38dp"
|
||||
android:gravity="center"
|
||||
android:layout_weight="1"
|
||||
android:text="+"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="#02BEAC"
|
||||
android:background="@drawable/round_bg_others" />
|
||||
android:background="@drawable/round_bg_others">
|
||||
<ImageView
|
||||
android:id="@+id/add_icon"
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="15dp"
|
||||
android:src="@drawable/round_bg_others_add"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<!-- 内容卡片结束 -->
|
||||
Reference in New Issue
Block a user