NEW: MIH Shortcuts pt1
This commit is contained in:
31
Frontend/android/app/src/main/res/drawable/mih_home_sc.xml
Normal file
31
Frontend/android/app/src/main/res/drawable/mih_home_sc.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
|
||||
<solid android:color="@color/mih_icon_background" />
|
||||
|
||||
<padding
|
||||
android:left="0dp"
|
||||
android:top="0dp"
|
||||
android:right="0dp"
|
||||
android:bottom="0dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:gravity="center"
|
||||
|
||||
android:drawable="@drawable/mih_logo"
|
||||
|
||||
android:width="45dp"
|
||||
android:height="45dp"
|
||||
|
||||
android:left="9dp"
|
||||
android:top="9dp"
|
||||
android:right="9dp"
|
||||
android:bottom="9dp">
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
12
Frontend/android/app/src/main/res/drawable/mih_logo.xml
Normal file
12
Frontend/android/app/src/main/res/drawable/mih_logo.xml
Normal file
File diff suppressed because one or more lines are too long
12
Frontend/android/app/src/main/res/drawable/mzansi_wallet.xml
Normal file
12
Frontend/android/app/src/main/res/drawable/mzansi_wallet.xml
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
|
||||
<solid android:color="@color/mih_icon_background" />
|
||||
|
||||
<padding
|
||||
android:left="0dp"
|
||||
android:top="0dp"
|
||||
android:right="0dp"
|
||||
android:bottom="0dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item
|
||||
android:gravity="center"
|
||||
|
||||
android:drawable="@drawable/mzansi_wallet"
|
||||
|
||||
android:width="45dp"
|
||||
android:height="45dp"
|
||||
|
||||
android:left="9dp"
|
||||
android:top="9dp"
|
||||
android:right="9dp"
|
||||
android:bottom="9dp">
|
||||
</item>
|
||||
|
||||
</layer-list>
|
||||
12
Frontend/android/app/src/main/res/drawable/test.xml
Normal file
12
Frontend/android/app/src/main/res/drawable/test.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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="24"
|
||||
android:viewportHeight="24">
|
||||
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/>
|
||||
|
||||
</vector>
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#3A4454</color>
|
||||
<color name="mih_icon_background">#3A4454</color>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user