优化1
This commit is contained in:
@@ -70,20 +70,23 @@
|
||||
android:textColor="#02BEAC"
|
||||
android:textSize="10sp" />
|
||||
|
||||
<TextView
|
||||
<LinearLayout
|
||||
android:id="@+id/operation"
|
||||
android:gravity="center"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="32dp"
|
||||
android:text="+"
|
||||
android:gravity="center"
|
||||
android:layout_marginTop="5dp"
|
||||
android:background="@drawable/list_two_bg"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textStyle="bold"
|
||||
android:textSize="20sp" />
|
||||
android:background="@drawable/list_two_bg">
|
||||
<ImageView
|
||||
android:id="@+id/operation_add_icon"
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="15dp"
|
||||
android:src="@drawable/operation_add"/>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user