Change warning badge (white background)
This commit is contained in:
parent
cac8099117
commit
407595e613
@ -69,7 +69,7 @@ class MessageActionsEpoxyController @Inject constructor(
|
|||||||
id("send_state")
|
id("send_state")
|
||||||
showProgress(false)
|
showProgress(false)
|
||||||
text(stringProvider.getString(R.string.unable_to_send_message))
|
text(stringProvider.getString(R.string.unable_to_send_message))
|
||||||
drawableStart(R.drawable.ic_warning_small)
|
drawableStart(R.drawable.ic_warning_badge)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
15
vector/src/main/res/drawable/ic_warning_badge.xml
Normal file
15
vector/src/main/res/drawable/ic_warning_badge.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="16dp"
|
||||||
|
android:height="16dp"
|
||||||
|
android:viewportWidth="16"
|
||||||
|
android:viewportHeight="16">
|
||||||
|
<path
|
||||||
|
android:pathData="M8,8m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"
|
||||||
|
android:fillColor="#FF4B55"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M8,3L8,3A1,1 0,0 1,9 4L9,8A1,1 0,0 1,8 9L8,9A1,1 0,0 1,7 8L7,4A1,1 0,0 1,8 3z"
|
||||||
|
android:fillColor="#ffffff"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M8,11L8,11A1,1 0,0 1,9 12L9,12A1,1 0,0 1,8 13L8,13A1,1 0,0 1,7 12L7,12A1,1 0,0 1,8 11z"
|
||||||
|
android:fillColor="#ffffff"/>
|
||||||
|
</vector>
|
@ -1,14 +0,0 @@
|
|||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:width="14dp"
|
|
||||||
android:height="14dp"
|
|
||||||
android:viewportWidth="14"
|
|
||||||
android:viewportHeight="14">
|
|
||||||
<path
|
|
||||||
android:pathData="M7,12.852A6,6 0,1 0,7 0.852a6,6 0,0 0,0 12zM7,1.452a1.8,1.8 0,0 1,1.8 1.8L8.8,6.852a1.8,1.8 0,1 1,-3.6 0L5.2,3.252A1.8,1.8 0,0 1,7 1.452zM7,12.252a1.8,1.8 0,1 0,0 -3.6,1.8 1.8,0 0,0 0,3.6z"
|
|
||||||
android:strokeLineJoin="round"
|
|
||||||
android:strokeWidth="1.44"
|
|
||||||
android:fillColor="#FF4B55"
|
|
||||||
android:fillType="evenOdd"
|
|
||||||
android:strokeColor="#FF4B55"
|
|
||||||
android:strokeLineCap="round"/>
|
|
||||||
</vector>
|
|
@ -83,7 +83,7 @@
|
|||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:text="@string/reset_secure_backup_warning"
|
android:text="@string/reset_secure_backup_warning"
|
||||||
android:textColor="@color/riotx_destructive_accent"
|
android:textColor="@color/riotx_destructive_accent"
|
||||||
android:drawableStart="@drawable/ic_warning_small"
|
android:drawableStart="@drawable/ic_warning_badge"
|
||||||
android:drawablePadding="4dp"
|
android:drawablePadding="4dp"
|
||||||
android:textSize="14sp" />
|
android:textSize="14sp" />
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:drawableStart="@drawable/ic_warning_small"
|
android:drawableStart="@drawable/ic_warning_badge"
|
||||||
android:drawablePadding="4dp"
|
android:drawablePadding="4dp"
|
||||||
android:textColor="?riotx_text_secondary"
|
android:textColor="?riotx_text_secondary"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
app:layout_constraintCircleAngle="45"
|
app:layout_constraintCircleAngle="45"
|
||||||
app:layout_constraintCircleRadius="30dp"
|
app:layout_constraintCircleRadius="30dp"
|
||||||
tools:ignore="MissingConstraints"
|
tools:ignore="MissingConstraints"
|
||||||
android:src="@drawable/ic_warning_small"
|
android:src="@drawable/ic_warning_badge"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
android:layout_width="14dp"
|
android:layout_width="14dp"
|
||||||
android:layout_height="14dp"
|
android:layout_height="14dp"
|
||||||
android:layout_marginStart="2dp"
|
android:layout_marginStart="2dp"
|
||||||
android:src="@drawable/ic_warning_small"
|
android:src="@drawable/ic_warning_badge"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:layout_toEndOf="@+id/viewStubContainer"
|
android:layout_toEndOf="@+id/viewStubContainer"
|
||||||
android:layout_alignTop="@+id/viewStubContainer"
|
android:layout_alignTop="@+id/viewStubContainer"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
android:layout_width="14dp"
|
android:layout_width="14dp"
|
||||||
android:layout_height="14dp"
|
android:layout_height="14dp"
|
||||||
android:layout_marginStart="2dp"
|
android:layout_marginStart="2dp"
|
||||||
android:src="@drawable/ic_warning_small"
|
android:src="@drawable/ic_warning_badge"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintStart_toEndOf="@id/messageThumbnailView"
|
app:layout_constraintStart_toEndOf="@id/messageThumbnailView"
|
||||||
app:layout_constraintTop_toTopOf="@id/messageThumbnailView"
|
app:layout_constraintTop_toTopOf="@id/messageThumbnailView"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user