Single issue ui enhancements (#272)
Merge branch 'master' into 270-single-issue-ui-enhancements improve single issue title Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/272 Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
@ -70,6 +70,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="start"
|
||||
android:textColor="?attr/primaryTextColor"
|
||||
android:textIsSelectable="true"
|
||||
android:textSize="18sp" />
|
||||
|
||||
<RelativeLayout
|
||||
@ -134,6 +135,7 @@
|
||||
android:textColor="?attr/primaryTextColor"
|
||||
android:autoLink="web"
|
||||
android:textColorLink="@color/lightBlue"
|
||||
android:textIsSelectable="true"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<HorizontalScrollView
|
||||
|
Reference in New Issue
Block a user