AHQuickAction Text Properties

pixelpop

Active Member
Licensed User
Longtime User
Is there a way to change the text properties (size, color, font, etc.) of the AHQuickAction vertical menu?
 

barx

Well-Known Member
Licensed User
Longtime User
I would think it would be a matter of editing the .xml layout files. But this may mess the rest of the layout up.
 
Upvote 0

pixelpop

Active Member
Licensed User
Longtime User
I do see a text size and color setting in the ahqa_action_item.xml file in the RES directory, but the instructions for using this library explicitly states that these files should be set as read-only and I'd rather not mess with it without having some direction to do so. All the other xml's in this directory only have settings for left and right padding and horizontal alignment.
 
Upvote 0

pixelpop

Active Member
Licensed User
Longtime User
OK, I edited the xml file and changed android:textSize="12sp" to android:textSize="24sp", saved and set properties back to read-only, ran Tools->Clean Project and compiled. No joy...text in the menu is the same size as before.
 
Upvote 0
Top