Search code examples
androidandroid-viewpagervertical-alignmentratingbar

Android : Rating bar in View pager


I want to achieve layout depicted below . For this I already visit so many links for customization of rating bar but they provide customization in terms of background , width ,height . For the alternate option I can use Check box group but my priority is rating bar in vertical position which is on view-pager .Any suggestion is appreciable. Thanks in advance .enter image description here


Solution

  • you can set rating bar in 180 degree to add following code in to XML file. android:rotation="180", its displaying rating bar in vertical direction.