Skip to content

Commit

Permalink
feat(icon): icon media added
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrucesdeveloper committed Feb 11, 2023
1 parent dcbbc96 commit 8881274
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 7 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.MetroMetro">
<activity
Expand All @@ -28,5 +28,4 @@
android:exported="false"
android:screenOrientation="portrait" />
</application>

</manifest>
9 changes: 8 additions & 1 deletion app/src/main/assets/metro_santiago.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@
<station number="10">La Moneda</station>
<station number="10">Universidad de Chile</station>
<station number="10">Santa Lucia</station>
<station number="10">Univerisdad de Catolica</station>
<station number="10">Universidad Catolica</station>
<station number="10">Baquedano</station>
<station number="10">Salvador</station>
<station number="10">Manuel Montt</station>
<station number="10">Pedro de Valdivia</station>
<station number="10">Los Leones</station>
<station number="10">Tobalaba</station>
<station number="10">El Golf</station>
<station number="10">Alcantara</station>
<station number="10">Escuela Militar</station>
<station number="10">Manquehue</station>
<station number="10">Hernando de Magallanes</station>
<station number="10">Los Dominicos</station>
</line>
<line name="Linea 2" color="#FFD64B">
<station>Vespucio Norte</station>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
4 changes: 2 additions & 2 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.

0 comments on commit 8881274

Please sign in to comment.