Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Can't approve commit when message is too long #115

@janisz

Description

@janisz

When meesage is too long it is not truncated and display whole on screen withouth scroll. Message should be trimed or scrollable

Screenshot (25 lip 2019 12_43_00)

<TextView
android:id="@+id/message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@id/header"
android:layout_marginLeft="8dp"
android:fontFamily="monospace"
android:maxLines="2"
android:scrollHorizontally="true"
android:ellipsize="end"
android:text="message"
android:textAllCaps="false"
android:textColor="@color/appWhite"
android:textSize="16sp"
android:textStyle="bold" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions