Changed "skip loading extension icons" icon
This commit is contained in:
parent
8c5726ab8a
commit
3dac48ced8
2 changed files with 10 additions and 1 deletions
9
app/src/main/res/drawable/ic_round_no_icon.xml
Normal file
9
app/src/main/res/drawable/ic_round_no_icon.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="960"
|
||||||
|
android:viewportHeight="960">
|
||||||
|
<path
|
||||||
|
android:fillColor="#FF000000"
|
||||||
|
android:pathData="m819,932 l-92,-92L200,840q-33,0 -56.5,-23.5T120,760v-527l-92,-93 56,-56L876,876l-57,56ZM200,760h447l-80,-80L240,680l120,-160 80,109 34,-42 -274,-274v447ZM840,727 L760,647v-447L313,200l-80,-80h527q33,0 56.5,23.5T840,200v527ZM539,426ZM424,537Z"/>
|
||||||
|
</vector>
|
|
@ -519,7 +519,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:checked="false"
|
android:checked="false"
|
||||||
android:drawableStart="@drawable/ic_round_new_releases_24"
|
android:drawableStart="@drawable/ic_round_no_icon"
|
||||||
android:drawablePadding="16dp"
|
android:drawablePadding="16dp"
|
||||||
android:elegantTextHeight="true"
|
android:elegantTextHeight="true"
|
||||||
android:fontFamily="@font/poppins_bold"
|
android:fontFamily="@font/poppins_bold"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue