AndroidResideMenu
AndroidResideMenu copied to clipboard
The text does not fit on one line in the menu
Hi, Is not a bug.
In "residemenu.xml" update for the both "ScrollView" the android:layout_width from 150 to what you need.
If you want to shrink the text go in "residemenu_item.xml" and update android:textSiz for the TextView.
Thank you! Understood by simply connecting your project to your and configure it.
It happens to me too and it's a bit ugly, but I can't do that because I added this library through gradle.
Is there a way to modify the text size or the residemenu width programatically? I am importing this project with gradle and wouldn't like to import the source!
Good luck!! I'm still waiting for an answer!!!...
I just imported the project and changed the values ...
Hi,
I'm sorry asystat, I cannot help you here. Just out of curiosity, why you don't want to import the source files ? There are not so many file to import and to handle. Plus the changes are only in the xml file. Is very easy to merge any future update. Also is more convenient to adapt the view for the tablets.
@nelo686 You should consider this project as base. To make it shine you should put some effort in to it. Try to make ResideMenu to handle manually the configure changes while it preserve the view content. Changing the text size will be a fresh breeze comparing with that.
Hi , I have the same issue here and i can't edit residemenu.xml neither residemenu_item.xml files because they are both under the build folder and should not be edited. Can anyone help me to fix this issue please . Thanks
@SouilahTaha add residemenu_item.xml
in your res/layout
dir and then update layout as your requirements. Make sure you are not removing existing items and id name. Your application will pick up your updated residemenu_item.xml
instead of library's residemenu_item.xml
.
@Kishanjvaghela thank you very much that solved my problem.
Help me ive been sitting my butt for hours still couldn't find out how to change the (menu,profil,calender,setting) text color :((
Thank you in advance!! 😊
@ella40506 go into "residemenu_item.xml" in TextView change TextColor as your requirements.