danimahardhika / candybar-library

Android icon pack material dashboard
Apache License 2.0
495 stars 146 forks source link

Customize "About Header image" ratio [Request] #119

Closed utsavmadaan1995 closed 6 years ago

utsavmadaan1995 commented 6 years ago

Please allow customization of About Header image ratio (default 16:7 in fragment_about_item_header) as i think height is very low (screenshot attached) and i found no possible way of doing it (marked private) except to use library as a module itself which is not ideal. screenshot_20171210-170821

danimahardhika commented 6 years ago

Instead the value, you also able to override the layout. Copy fragment_about_item_header.xml layout to your project and change height and width ratio.

utsavmadaan1995 commented 6 years ago

Oo teri..i didn't knew that we can override resource of any included library by including same resource in project and modifying it..i thought i have to include it as module dependancy and than modify the resource file..thanks a ton...but does that mean accidently i can override things like string, color, drawable, etc of libraries..anywayz thanku