Git Product home page Git Product logo

Comments (5)

LOUTFI94 avatar LOUTFI94 commented on June 7, 2024 1

Hello,
@Bmarwane93 and i we are students at the Paris 8 University (France) and we'd love to be assigned to this task as part of our "free software development" course.
It is possible ?
Best regard,
Loutfi.

from music-player.

Bmarwane93 avatar Bmarwane93 commented on June 7, 2024 1

Hello here are the changes made, we are beginners in android development, we are doing some research to use avocdo
@naveensingh can you maybe open pull request

format icon with avocado:
avocado_icon_xml

BEFORE :

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="960"
    android:viewportHeight="960">
  <path
      android:pathData="M220,720v-480h80v480h-80ZM740,720L380,480l360,-240v480Z"
      android:fillColor="#5f6368"/>
</vector>

AFTER :

<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="960" android:viewportHeight="960">
<path android:fillColor="#FF000000" android:pathData="M220 720V240h80v480h-80zm520 0L380 480l360-240v480z"/>
</vector> 

a screen shot of the result :
Screenshot_skip_button_icon

from music-player.

naveensingh avatar naveensingh commented on June 7, 2024

@LOUTFI94 you are welcome to raise a PR. Please use the material design rounded buttons, click here for an example.

The drawables should be named ic_next_vector.xml and ic_previous_vector.xml and formatted using https://github.com/alexjlockwood/avocado for consistency.

from music-player.

Bmarwane93 avatar Bmarwane93 commented on June 7, 2024

@naveensingh this is the link for pull request #55 work with @LOUTFI94

from music-player.

naveensingh avatar naveensingh commented on June 7, 2024

Fixed by #55

from music-player.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.