Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最后一行会被拉伸 #6

Open
laizony opened this issue Apr 21, 2015 · 17 comments
Open

最后一行会被拉伸 #6

laizony opened this issue Apr 21, 2015 · 17 comments

Comments

@laizony
Copy link

laizony commented Apr 21, 2015

直接用了你的demo,直接在代码里设置的文本。
编译环境:eclipse adt,java 1.7
运行环境:Android 4.4.2



layout是这个:activity_text.xml

java文件是在这里的62行把text换了:TextActivity.java
text = "松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫,Genymotion for person use松岛枫";

@Ifuqiang
Copy link

我也出现了这样的情况

@ufo22940268
Copy link
Owner

好歹也给个文字复制下啊

@Ifuqiang
Copy link

和什么字没关系, 就是最后一行会被拉伸(有些情况),有的情况又不会;如图,最后一行剩下 某个文字和句号的情况,有的情况会被拉伸 有的情况有不会;
device-2015-04-21-171829
device-2015-04-21-171848

@ufo22940268
Copy link
Owner

image
为什么我这边的松岛枫是正常的,你的模拟器分辨率是多少

@laizony

@ufo22940268
Copy link
Owner

@Ifuqiang 给textview设定一个固定宽度,然后重现bug
然后再把文字内容和宽度发给我

@laizony
Copy link
Author

laizony commented Apr 21, 2015

text = "松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫,Genymotion for person use松岛枫";
@ufo22940268

@ufo22940268
Copy link
Owner

@laizony 宽度是多少px也给一下

@Ifuqiang
Copy link

@ufo22940268 我现在改不了源码.明天改测试下; 我用的是真机. 这个宽度是android:layout_width="match_parent" 设置的;

@laizony
Copy link
Author

laizony commented Apr 21, 2015

layout是这个:activity_text.xml

java文件是在这里的62行把text换了:TextActivity.java
@ufo22940268

@laizony laizony changed the title 中英文显示问题 最后一行显示问题 Apr 21, 2015
@laizony
Copy link
Author

laizony commented Apr 21, 2015

使用文件读取进来是没有这个问题的,在layout里直接设置和在代码里设置才会出现这个问题。
@ufo22940268

@laizony laizony changed the title 最后一行显示问题 最后一行会被拉伸 Apr 21, 2015
@laizony
Copy link
Author

laizony commented Apr 21, 2015


第二个文本:

TextView two = (TextView)findViewById(R.id.two);
String text="明月几时有?把酒问青天。不知天上宫阙,今夕是何年。\n"
          +"我欲乘风归去,又恐琼楼玉宇,高处不胜寒。\n"
          +"起舞弄清影,何似在人间。\n"
          +"转朱阁,低绮户,照无眠。不应有恨,何事长向别时圆?\n"
          +"人有悲欢离合,月有阴晴圆缺,此事古难全。\n"
          +"但愿人长久,千里共婵娟。";
two.setText(text);

布局的代码:

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:padding="20dp" >

    <com.example.processdemo.JustifyTextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫松岛枫,Genymotion for person use松岛枫"
        android:textColor="@android:color/holo_blue_light"
        android:textSize="16sp" />

    <com.example.processdemo.JustifyTextView
        android:id="@+id/two"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="10dp"
        android:text=""
        android:textColor="@android:color/holo_blue_light"
        android:textSize="16sp" />

    <com.example.processdemo.JustifyTextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="10dp"
        android:text="1yc2EAAAADAQABAAABAQCmQbnMDF0WCAEwKjGxrXD3oHZpmyWfsm1FHrvZqbJZh210zE/IpmGhBUUxsbkce5JCa+plat1y9saFLSpphaGIfOUJdPbnfgfqfnO3IFT8rLVf+FVetwbCbzEw7t6FStITyLEZSgs7TBRdoLWgPYXMd7GhfyEX+4n8HULufFJ2a/UJLzzUl1jo3PgOvqG18ujNtByixEwCt2Z3zFlQcd5CoXaYUbeDi94aSvnXntA+/E+aPwwaX8nB/ar3LlGy13cm9hutyoTWJ/mgfotw8a+9OBW0ChZPdETDhpgQMuW+W+nwapO6GxUMX+C3xbQgQNn1oWhf9uuSIaarg3Q"
        android:textColor="@android:color/holo_blue_light"
        android:textSize="16sp" />
</LinearLayout>

@ufo22940268
Copy link
Owner

我努力了,但是暂时没找到好的方法修复。因为很难找到和英文字母等宽的并且能够被换行的字符。

@laizony
Copy link
Author

laizony commented Apr 23, 2015

@ufo22940268 能否问一下,为什么从文件读取没有问题呢?

@liuying3013
Copy link

snip20150515_1

@liuying3013
Copy link

字会被拉伸到填满整行

@dnzl123
Copy link

dnzl123 commented May 28, 2019

这个问题没法解决吗

@ufo22940268
Copy link
Owner

估计是可以的,不过我电脑上没有android开发环境,靠各位大牛了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants