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

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

Open
janisz opened this issue Jul 25, 2019 · 0 comments
Open

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

janisz opened this issue Jul 25, 2019 · 0 comments

Comments

@janisz
Copy link

janisz commented Jul 25, 2019

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" />

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

No branches or pull requests

1 participant