腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
3
回答
Textview
不显示部分文本。
、
其中一个字段是显示电子邮件id,在
TextView
中它只显示电子邮件id的一部分,并遗漏了文本的某些部分。
android
:id="@+id/id1"
android
:p
浏览 0
提问于2014-01-03
得票数 3
回答已采纳
2
回答
在edittext中输入的文本在文本视图中显示时按下多个新行时不会显示整个文本
、
EditText)findViewById(R.id.description);
android
:layout_width="wrap_content"
a
浏览 1
提问于2013-12-16
得票数 2
1
回答
在
TextView
中显示数据时如何在Sqlite中添加断路器
、
、
、
如何在
TextView
中显示数据的同时,在Sqlite中添加一个断路器? <
android
.support.v7.widget.CardView xmlns:
android
="http://schemas.
android
.com/apk/res="vertical">
浏览 0
提问于2019-03-04
得票数 1
2
回答
如何对
Android
TextView
视图进行线条包装?
、
、
我试图让一个
TextView
将它的文本换成
多行
,但它似乎总是在第一行的末尾被砍掉。"
android
:layout_below="@+id/titleArtwork" <
TextView
="true"></
TextView
> &
浏览 0
提问于2011-04-24
得票数 4
回答已采纳
1
回答
如何检索EditText
多行
文本?
、
、
我有一个
多行
的编辑。如何将画布上的文本显示为
多行
?<EditText
android
:layout_width="match_parent" /> final
TextView
textview</e
浏览 4
提问于2014-06-05
得票数 0
回答已采纳
7
回答
如何在
Android
(Java)中以编程方式使
TextView
多行
、
、
、
我想让我的文本视图
多行
。但是怎样才能使我的文本
多行
呢?special_
textview
> <
TextView
xmlns:
android
="http://schemas.
android
.com/
浏览 1
提问于2015-06-09
得票数 8
回答已采纳
2
回答
如何在
Android
中放置特定高度(例如5行)的
TextView
控件?
、
如何放置一个高度为5行的
TextView
控件?我需要把
TextView
的高度限制在5行与手机上的默认字体。如何做到这一点?
浏览 6
提问于2011-12-05
得票数 0
回答已采纳
2
回答
文本未在文本视图中完全显示。
、
、
Textview
"text_body_story“没有完全显示内容。我使用了以下xml代码。我使用了一个listview,然后当选择其中一个项时,它将显示我从string数组中分配的字符串。="vertical" >
android
:id="@+id/text_story_name"
android
:layout_width=":layout_marginBottom="
浏览 0
提问于2018-02-28
得票数 0
2
回答
单行
多行
TextView
和单线
TextView
、
、
:paddingBottom="10dp"
android
:layout_width="wrap_content<
TextView
android
:layout_height="wr
浏览 6
提问于2015-09-23
得票数 0
回答已采纳
4
回答
将
android
对话框标题换成
多行
、
、
、
有没有办法将
Android
自定义对话框中的标题换成
多行
?而不需要制作AlertDialog?
浏览 2
提问于2011-11-16
得票数 1
回答已采纳
2
回答
应用lineHeight或lineSpacingExtra不起作用
、
<
TextView
android
:layout_width="wrap_content"
android
:layout_height="wrap_content" app:la
浏览 0
提问于2021-04-28
得票数 0
回答已采纳
1
回答
TextView
-
Android
中
多行
文字的换行
我有一个具有layout_width="wrap_content“属性的
多行
TextView
。问题是,当
TextView
实际上变成
多行
时,这个属性就不起作用了。我该如何解决这个问题呢?下面是插图:XML:
android
:layout_height="wrap_content&q
浏览 1
提问于2012-06-17
得票数 4
3
回答
根据文本集调整
textView
的大小
、
、
android
:layout_width="wrap_content"
android
:textStyle="bold" />
浏览 2
提问于2012-04-03
得票数 1
回答已采纳
2
回答
如果
TextView
的数据太多,视图将消失
、
>
android
:layout_width="--Multi Line
TextView
-->
android
:id="@+id/incomingm
浏览 2
提问于2012-10-06
得票数 0
回答已采纳
5
回答
如何让
TextView
有
多行
?
、
、
、
我想通过
TextView
和strings.xml显示
多行
。我想显示前几行,直到中间的页面和其他行显示在完整的页面。我想显示同宽度页大小的前几行。<LinearLayout
android
:layout_width="fill_parent
浏览 6
提问于2013-09-09
得票数 11
回答已采纳
4
回答
多行
Android
TextView
、
、
我想要一个应该分成4行的
TextView
。例如: HavingReputation我试过以下几点:
android
:gravity="wrap_content"
android
:maxLines="4"
android
:text="
浏览 8
提问于2012-10-11
得票数 19
回答已采纳
1
回答
在应用椭圆大小时,获取文本视图中的可见字符数。
、
当我们在
TextView
中应用
android
:ellipsize时,我希望得到在
TextView
中可见的字符数。假设我有“这是带
多行
的虚拟顶级故事标题,这是带有
多行
的虚拟顶级故事标题。”文本和我已经设置了"
android
:ellipsize="end"
android
:maxLines="2""这些属性在我的
Textview
,所以它将减少一些文本,并显示3个点。
浏览 5
提问于2017-12-20
得票数 1
2
回答
TextView
属性` `
android
:maxLength`不适用于` `
android
:maxLines`
、
我有一个
TextView
,它的定义如下: <
TextView
android
:layout_height="wrap_content"
android
:maxLength="25"
android<
浏览 22
提问于2019-03-21
得票数 0
3
回答
如何创建具有
多行
文本视图的
Android
布局评分栏
、
、
我有设计与评级栏和
多行
文本视图
浏览 1
提问于2016-03-26
得票数 0
3
回答
安卓EditText包了三个点
、
、
xml布局是:
android
:id="@+id/comment"
android
:layout_height="wrap_content"
android
:ems="10"
and
浏览 0
提问于2012-09-07
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券