AndroidResideMenu icon indicating copy to clipboard operation
AndroidResideMenu copied to clipboard

The text does not fit on one line in the menu

Open crysan opened this issue 10 years ago • 12 comments

screenshot_2015-02-19-14-18-38

crysan avatar Jan 19 '15 04:01 crysan

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.

csava avatar Jan 19 '15 10:01 csava

Thank you! Understood by simply connecting your project to your and configure it.

crysan avatar Jan 19 '15 23:01 crysan

It happens to me too and it's a bit ugly, but I can't do that because I added this library through gradle.

nelo686 avatar Jan 21 '15 21:01 nelo686

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!

asystat avatar Mar 30 '15 16:03 asystat

Good luck!! I'm still waiting for an answer!!!...

nelo686 avatar Mar 30 '15 16:03 nelo686

I just imported the project and changed the values ...

asystat avatar Mar 30 '15 16:03 asystat

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.

csava avatar Mar 30 '15 20:03 csava

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 avatar Aug 15 '16 09:08 SouilahTaha

@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 avatar Dec 23 '16 07:12 Kishanjvaghela

@Kishanjvaghela thank you very much that solved my problem.

SouilahTaha avatar Mar 29 '17 07:03 SouilahTaha

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 avatar May 30 '18 16:05 ella40506

@ella40506 go into "residemenu_item.xml" in TextView change TextColor as your requirements.

shivalikaDSB avatar Sep 26 '18 10:09 shivalikaDSB