AppUpdateView: Show icons on incompatible updates buttons
- Slashed circle: Disabled - Shield with a cross: Fails certificate verification Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
11
app/src/main/res/drawable/ic_security_fail.xml
Normal file
11
app/src/main/res/drawable/ic_security_fail.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M396,620L480,536L564,620L620,564L536,480L620,396L564,340L480,424L396,340L340,396L424,480L340,564L396,620ZM480,880Q341,845 250.5,720.5Q160,596 160,444L160,200L480,80L800,200L800,444Q800,596 709.5,720.5Q619,845 480,880ZM480,796Q584,763 652,664Q720,565 720,444L720,255L480,165L240,255L240,444Q240,565 308,664Q376,763 480,796ZM480,480Q480,480 480,480Q480,480 480,480L480,480L480,480L480,480L480,480Q480,480 480,480Q480,480 480,480Z"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user