Giter Club home page Giter Club logo

Comments (4)

tdscientist avatar tdscientist commented on May 26, 2024

@ayush18verma The default background is transparent. The white background is from Picasso; ain't got control over that.
Also can you share your code snippet on how you're loading the ShelfView.

from shelfview.

ayush18verma avatar ayush18verma commented on May 26, 2024

ShelfView shelfView = (ShelfView) rootView.findViewById(R.id.shelfView);
shelfView.setOnBookClicked(this);
ArrayList model = new ArrayList<>();

    model.add(new BookModel("med_drvisit", "1", "Doctor"));

    model.add(new BookModel("nurse", "2","Nursing"));

    model.add(new BookModel("physio", "3", "Physio"));

    model.add(new BookModel("diagnostic", "4","Diagnosis"));

    model.add(new BookModel("dietician", "5","Dietician"));

    model.add(new BookModel("dentist", "6", "Dentist"));

    model.add(new BookModel("caregivers", "7","Patient Caregivers" ));

    model.add(new BookModel("ambulance", "8","Ambulance"));

    model.add(new BookModel("delivery", "9","Medicines"));

    model.add(new BookModel("counselling", "10","Counselling"));

    shelfView.loadData(model, ShelfView.BOOK_SOURCE_DRAWABLE_FOLDER);

(https://cloud.githubusercontent.com/assets/10360656/23064240/de47cc8c-f534-11e6-83c6-871f3e0ffcc0.png)

from shelfview.

tdscientist avatar tdscientist commented on May 26, 2024

@ayush18verma The book covers are meant to be rectangular in shape..just like a real book..your images don't meet that criterium..More so, Picasso is responsible for the white-like background. It's beyond my control.
Use images like http://devproconnections.com/site-files/devproconnections.com/files/uploads/2014/06/Riley%20DCM1061%20Pro_Android_book_cover.jpg

from shelfview.

ayush18verma avatar ayush18verma commented on May 26, 2024

Ok thanks.

from shelfview.

Related Issues (3)

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.