Add stat indicator pr/issues (#686)

Merge branch 'master' into add-stat-indicator

Merge branch 'master' of codeberg.org:gitnex/GitNex into master

Show PR/Issue stat

Merge branch 'master' of codeberg.org:gitnex/GitNex into master

Merge branch 'master' of codeberg.org:gitnex/GitNex into master

endline

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/686
This commit is contained in:
M M Arif
2020-09-13 06:52:30 +02:00
parent 2bfe0b8d1a
commit dbf5be25a5
6 changed files with 124 additions and 0 deletions

View File

@ -19,6 +19,16 @@
android:layout_height="wrap_content"
android:background="?attr/primaryBackgroundColor">
<ImageView
android:id="@+id/issuePrState"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_issue"
android:paddingStart="0dp"
android:paddingEnd="8dp"
android:visibility="gone"
android:contentDescription="@string/generalImgContentText" />
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"