BottomBar icon indicating copy to clipboard operation
BottomBar copied to clipboard

When change font size of mobile phone bottom bar text cut down

Open ranasadam opened this issue 8 years ago • 1 comments

when we change the font size of device it effect the text of bottom bar

  1. When font size is small device-2017-07-20-161312

  2. When font size is normal device-2017-07-20-161338

  3. When font size is Extra Large device-2017-07-20-161354

ranasadam avatar Jul 20 '17 11:07 ranasadam

Make Font Style

And call the sytle inside the bottom bar using app:bb_titleTextAppearance="@style/FontStyleBottomBar" <com.roughike.bottombar.BottomBar android:id="@+id/bottombar_navigation_view" android:layout_width="match_parent" android:layout_height="56dp" android:layout_alignParentBottom="true" android:background="@color/bg_button_blue" app:bb_tabXmlResource="@xml/bottombar_tabs" app:bb_titleTextAppearance="@style/FontStyleBottomBar" app:bb_inActiveTabColor="@color/md_grey_500"/>

nmaingkolang avatar Nov 27 '17 03:11 nmaingkolang