mirror of
https://codeberg.org/gitnex/GitNex
synced 2025-02-11 09:30:47 +01:00
Merge pull request 'On Repo Lists: change comment-icon to issue-icon' (#351) from iconchange into master
Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/351 Reviewed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
commit
36ebfff529
@ -95,7 +95,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_weight=".25"
|
||||
android:drawableStart="@drawable/ic_issue_comments"
|
||||
android:drawableStart="@drawable/ic_issue_open"
|
||||
android:drawablePadding="6dp"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
@ -95,7 +95,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_weight=".25"
|
||||
android:drawableStart="@drawable/ic_issue_comments"
|
||||
android:drawableStart="@drawable/ic_issue_open"
|
||||
android:drawablePadding="6dp"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
@ -92,7 +92,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_weight=".25"
|
||||
android:drawableStart="@drawable/ic_issue_comments"
|
||||
android:drawableStart="@drawable/ic_issue_open"
|
||||
android:drawablePadding="6dp"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
@ -92,7 +92,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_weight=".25"
|
||||
android:drawableStart="@drawable/ic_issue_comments"
|
||||
android:drawableStart="@drawable/ic_issue_open"
|
||||
android:drawablePadding="6dp"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
Loading…
x
Reference in New Issue
Block a user