创建带有 2 行文本的自定义按钮
我是 Android 新手(使用 Visual Studio 20 年)。我需要创建一个可点击的控件,该控件具有 2 行文本(按钮顶部的 1 个较小字体用于标题,较大字体行用于值 - 将发布图像,但我不允许)。较大字体的大小会缩放,以便该值适合控件。 我很确定我需要对按钮控件进行子类化,但不确定在这种情况下如何进行。我发现的所有样本似乎都不符合要求。
使用 VB.Net 可以轻松完成此操作,但当我尝试使用 Android 时,我感到很困惑。非常感谢任何帮助。对于其他人来说也可能是一个方便的控制。 谢谢
I'm new to Android (Visual Studio for 20 years). I need to create a clickable control that features 2 lines of text (1 smaller font at the top of the button for a caption and a larger font line for a value - would post an image but I'm not allowed). The size of the larger font scales so that the value will fit on the control.
I'm pretty sure I need to subclass the button control but not sure how to in this case. All samples I have found don't seem to fit the bill.
Have done this easily with VB.Net but I'm stumped when I try with Android. Any help very much appreciated. Might be a handy control for others too.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试在代码中使用 Spannable,例如:
Where you have a style 'custompoint'
You could try using Spannable in the code like:
Where you have a style 'custompoint'