NEW: MIH Shortcuts pt2
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
android:name="flutter-deeplink"
|
||||
android:value="true"
|
||||
/>
|
||||
<!-- Shortcut Icons -->
|
||||
<meta-data
|
||||
android:name="mih_shortcut_icons"
|
||||
android:resource="@array/mih_shortcut_icons" />
|
||||
<!-- New Deep Linking -->
|
||||
<intent-filter android:autoVerify="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,14 @@
|
||||
<?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" />
|
||||
<!-- <size android:width="48dp" android:height="48dp"/> -->
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
android:drawable="@drawable/calculator"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:gravity="center" />
|
||||
</layer-list>
|
||||
@@ -1,31 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/mih_icon_background" />
|
||||
|
||||
<padding
|
||||
android:left="0dp"
|
||||
android:top="0dp"
|
||||
android:right="0dp"
|
||||
android:bottom="0dp"/>
|
||||
<!-- <size android:width="48dp" android:height="48dp"/> -->
|
||||
</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>
|
||||
|
||||
android:drawable="@drawable/mih_logo"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:gravity="center" />
|
||||
</layer-list>
|
||||
File diff suppressed because one or more lines are too long
9
Frontend/android/app/src/main/res/drawable/mzansi_ai.xml
Normal file
9
Frontend/android/app/src/main/res/drawable/mzansi_ai.xml
Normal file
File diff suppressed because one or more lines are too long
14
Frontend/android/app/src/main/res/drawable/mzansi_ai_sc.xml
Normal file
14
Frontend/android/app/src/main/res/drawable/mzansi_ai_sc.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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" />
|
||||
<!-- <size android:width="48dp" android:height="48dp"/> -->
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
android:drawable="@drawable/mzansi_ai"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:gravity="center" />
|
||||
</layer-list>
|
||||
File diff suppressed because one or more lines are too long
@@ -1,31 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/mih_icon_background" />
|
||||
|
||||
<padding
|
||||
android:left="0dp"
|
||||
android:top="0dp"
|
||||
android:right="0dp"
|
||||
android:bottom="0dp"/>
|
||||
<!-- <size android:width="48dp" android:height="48dp"/> -->
|
||||
</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>
|
||||
|
||||
android:drawable="@drawable/mzansi_wallet"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:gravity="center" />
|
||||
</layer-list>
|
||||
9
Frontend/android/app/src/main/res/values/arrays.xml
Normal file
9
Frontend/android/app/src/main/res/values/arrays.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<array name="mih_shortcut_icons">
|
||||
<item>@drawable/mih_home_sc</item>
|
||||
<item>@drawable/mzansi_wallet_sc</item>
|
||||
<item>@drawable/mzansi_ai_sc</item>
|
||||
<item>@drawable/mih_calculator_sc</item>
|
||||
</array>
|
||||
</resources>
|
||||
@@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#3A4454</color>
|
||||
<color name="mih_icon_background">#3A4454</color>
|
||||
<!-- Women For Change -->
|
||||
<color name="mih_icon_background">#6641b2</color>
|
||||
<color name="mih_icon_foreground">#E0D1FF</color>
|
||||
<!-- Original -->
|
||||
<!-- <color name="mih_icon_background">#3A4454</color>
|
||||
<color name="mih_icon_foreground">#bedcfe</color> -->
|
||||
</resources>
|
||||
Reference in New Issue
Block a user