enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
87 stars 153 forks source link

Added different Currency Option in Logbook #957

Open Akash-Ramjyothi opened 1 year ago

Akash-Ramjyothi commented 1 year ago

Fixes: #631 .

Description:

Added the different Currency Option in the Logbook Add Fueling section of the app. Have implemented a dropdown spinner component containing a list of various currencies options. The list of currencies are fetched from an Array-List which can be modified later. By this, the User can select different currency options apart from Euro (€). Right now supports EUR (€), USD ($), GBP (£) and JPY (¥).

Sample Demo:

https://user-images.githubusercontent.com/54114888/187510520-bfc53db7-e1ae-4518-bed1-123e2985439f.mp4

oyehanif commented 1 year ago

Can i work on this??