Skip to content

[Bug]:ShapeTextView设置文本渐变文字过多的时候,换行会失效 #105

@peter100u

Description

@peter100u

框架版本【必填】

shape view:9.5

问题描述【必填】

当文字过多时候,无法换行

<com.hjq.shape.view.ShapeTextView
android:id="@+id/tv_title"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginHorizontal="20dp"
android:layout_marginTop="42dp"
android:gravity="center"
android:paddingVertical="2dp"
android:text="@string/pk_invite_title@string/pk_invite_title@string/pk_invite_title@string/pk_invite_title@string/pk_invite_title@string/pk_invite_title@string/pk_invite_title@string/pk_invite_title"
android:textSize="19sp"
android:textStyle="bold"
app:layout_constrainedWidth="true"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:shape_textCenterColor="#FFF9FE4F"
app:shape_textEndColor="#FFF9FE4F"
app:shape_textGradientOrientation="vertical"
app:shape_textStartColor="@color/white" />

复现步骤【必填】

直接布局编写

是否必现【必填】

项目 targetSdkVersion【必填】

34

出现问题的手机信息【必填】

设备无关

出现问题的安卓版本【必填】

版本无关

问题信息的来源渠道【必填】

自己遇到的

是部分机型还是所有机型都会出现【必答】

所有

框架最新的版本是否存在这个问题【必答】

框架文档是否提及了该问题【必答】

是否已经查阅框架文档但还未能解决的【必答】

issue 列表中是否有人曾提过类似的问题【必答】

是否已经搜索过了 issue 列表但还未能解决的【必答】

是否可以通过 Demo 来复现该问题【必答】

提供报错堆栈


提供截图或视频

No response

提供解决方案

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions