This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data class Podcast( | |
| val id: String, | |
| val title: String, | |
| val description: String, | |
| val logoUrl: String, | |
| val isFavourite: Boolean = false, | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="38.435143dp" android:viewportHeight="140" android:viewportWidth="1457" android:width="400dp"> | |
| <path android:fillColor="#ffffff" android:pathData="M110,20L110,20A5,5 0,0 1,115 25L115,115A5,5 0,0 1,110 120L110,120A5,5 0,0 1,105 115L105,25A5,5 0,0 1,110 20z"/> | |
| <path android:fillColor="#ffffff" android:pathData="M140,40L140,40A5,5 0,0 1,145 45L145,95A5,5 0,0 1,140 100L140,100A5,5 0,0 1,135 95L135,45A5,5 0,0 1,140 40z"/> | |
| <path android:fillColor="#ffffff" android:pathData="M170,29.5L170,29.5A5,5 0,0 1,175 34.5L175,105.5A5,5 0,0 1,170 110.5L170,110.5A5,5 0,0 1,165 105.5L165,34.5A5,5 0,0 1,170 29.5z"/> | |
| <path android:fillColor="#ffffff" android:pathData="M198,40L198,40A5,5 0,0 1,203 45L203,95A5,5 0,0 1,198 100L198,100A5,5 0,0 1,193 95L193,45A5,5 0,0 1,198 40z"/> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:width="148dp" | |
| android:height="150dp" | |
| android:viewportWidth="148" | |
| android:viewportHeight="150"> | |
| <path | |
| android:pathData="M2,1L145.5,1A1,1 0,0 1,146.5 2L146.5,148A1,1 0,0 1,145.5 149L2,149A1,1 0,0 1,1 148L1,2A1,1 0,0 1,2 1z" | |
| android:fillColor="#ffffff"/> | |
| <path |
OlderNewer