NAXAM / toptabbedpage-xamarin-forms

TopTabbedPage - A Xamarin.Forms page for showing tabs at top on iOS
Apache License 2.0
81 stars 24 forks source link

BarIndicatorColor showing only white color in android #17

Closed vt-ombalakumar closed 5 years ago

vt-ombalakumar commented 6 years ago

i am creating a customized tabs, so choose your plugin, created simple app with your plugin installed, by seeing your demo i created files and added uncommented BarIndicatorColor and BarTextColor in app.xaml.cs file, ran in both iOS and android devices, In iOS both BarIndicatorColor and BarTextColor showed perfectly, but in Android - BarIndicatorColor always showing White Color, Please Check and reply me ASAP, thanks

tuyen-vuduc commented 5 years ago

:). This library is only concerning iOS part. For Android indicator color, you should look at how to style Android tabs.

jayminnayak commented 5 years ago

@vt-ombalakumar, I solved the issue by changing the app:tabIndicatorColor color in Tabbar.xaml. The default indicator color is white. Goto Android Project -> Resources -> layout -> Tabbar.axml -> change app:tabIndicatorColor

That is all you have to do for android.