Removing as favorite from my fav list.

updating properly the local fav data

use of adapter position to update the list

internet connectivity check code and use before making the api calls

dialog to show blog. Hindi and english language changes.

Language update for woka songs.

toolbar for WebViewActivity
This commit is contained in:
2024-06-17 19:30:13 +05:30
parent 10d8f603d6
commit b83e99f6d4
25 changed files with 487 additions and 44 deletions

View File

@@ -1,5 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
<path android:fillColor="@android:color/white" android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:autoMirrored="true"
android:tint="#FFFFFF"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z" />
</vector>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/white"
/>
<corners android:radius="15dp"
/>
</shape>