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:
@@ -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>
|
||||
|
||||
10
app/src/main/res/drawable/round_15.xml
Normal file
10
app/src/main/res/drawable/round_15.xml
Normal 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>
|
||||
Reference in New Issue
Block a user