Смена иконки приложения — калькулятор, погода, заметки + экран выбора в настройка
This commit is contained in:
52
app/src/main/res/drawable/ic_notes_foreground.xml
Normal file
52
app/src/main/res/drawable/ic_notes_foreground.xml
Normal file
@@ -0,0 +1,52 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<!-- Notes — Google Keep style: white card with colored pin/accent -->
|
||||
<group android:translateX="26" android:translateY="20">
|
||||
<!-- Card shadow -->
|
||||
<path
|
||||
android:fillColor="#00000020"
|
||||
android:pathData="M5,5h46c2.8,0 5,2.2 5,5v54c0,2.8 -2.2,5 -5,5H5c-2.8,0 -5,-2.2 -5,-5V10C0,7.2 2.2,5 5,5z" />
|
||||
<!-- White card -->
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M5,2h46c2.8,0 5,2.2 5,5v54c0,2.8 -2.2,5 -5,5H5c-2.8,0 -5,-2.2 -5,-5V7C0,4.2 2.2,2 5,2z" />
|
||||
<!-- Checkbox checked -->
|
||||
<path
|
||||
android:fillColor="#FFA000"
|
||||
android:pathData="M6,14h6v6H6z" />
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M7.5,17.5l1.5,1.5l3.5,-3.5"
|
||||
android:strokeColor="#FFFFFF"
|
||||
android:strokeWidth="1.5"/>
|
||||
<!-- Text line 1 (next to checkbox) -->
|
||||
<path android:fillColor="#757575" android:pathData="M16,15h32v3H16z" />
|
||||
<!-- Checkbox unchecked -->
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#BDBDBD"
|
||||
android:strokeWidth="1.5"
|
||||
android:pathData="M6,28h6v6H6z" />
|
||||
<!-- Text line 2 -->
|
||||
<path android:fillColor="#BDBDBD" android:pathData="M16,29h28v3H16z" />
|
||||
<!-- Checkbox unchecked -->
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#BDBDBD"
|
||||
android:strokeWidth="1.5"
|
||||
android:pathData="M6,42h6v6H6z" />
|
||||
<!-- Text line 3 -->
|
||||
<path android:fillColor="#BDBDBD" android:pathData="M16,43h22v3H16z" />
|
||||
<!-- Checkbox unchecked -->
|
||||
<path
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#BDBDBD"
|
||||
android:strokeWidth="1.5"
|
||||
android:pathData="M6,56h6v6H6z" />
|
||||
<!-- Text line 4 -->
|
||||
<path android:fillColor="#BDBDBD" android:pathData="M16,57h18v3H16z" />
|
||||
</group>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user