|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
android:src="@drawable/ic_content_copy_black_24dp"
|
|
|
|
|
android:tint="@color/icon_primary"/>
|
|
|
|
|
android:tint="?attr/iconColorPrimary"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
android:src="@drawable/ic_create_black_24dp"
|
|
|
|
|
android:tint="@color/icon_primary"/>
|
|
|
|
|
android:tint="?attr/iconColorPrimary"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
|
android:src="@drawable/ic_delete_black_24dp"
|
|
|
|
|
android:tint="@color/icon_primary"/>
|
|
|
|
|
android:tint="?attr/iconColorPrimary"/>
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|