avatars improvements

This commit is contained in:
M M Arif
2019-09-30 22:39:33 +05:00
parent 3c8fb5bc60
commit 3ebc1ae3e0
23 changed files with 49 additions and 30 deletions

View File

@ -51,6 +51,7 @@
android:id="@+id/assigneeAvatar"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginTop="5dp"
android:layout_marginEnd="15dp"
android:contentDescription="@string/generalImgContentText" />
@ -182,7 +183,7 @@
android:layout_width="match_parent"
android:layout_height="1dp"
android:id="@+id/divider"
android:layout_marginTop="10dp"
android:layout_marginTop="15dp"
android:background="@color/divider" />
<androidx.recyclerview.widget.RecyclerView

View File

@ -23,6 +23,8 @@
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_gravity="start"
android:layout_marginTop="2dp"
android:layout_marginBottom="5dp"
android:contentDescription="@string/logo"
android:src="@mipmap/app_logo_round" />

View File

@ -34,6 +34,8 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginEnd="15dp"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:contentDescription="@string/generalImgContentText"
android:src="@drawable/ic_android" />

View File

@ -22,6 +22,7 @@
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginEnd="15dp"
android:layout_marginTop="5dp"
android:contentDescription="@string/repoContentAvatar"
android:src="@drawable/ic_android" />
@ -52,8 +53,9 @@
android:layout_weight=".05"
android:id="@+id/imageRepoTypeMy"
android:layout_width="10dp"
android:layout_height="18dp"
android:layout_height="25dp"
android:layout_gravity="end"
android:layout_marginTop="5dp"
android:contentDescription="@string/privateAvatar"
android:src="@drawable/ic_lock_bold" />

View File

@ -14,7 +14,6 @@
android:src="@drawable/ic_android"
android:maxHeight="24dp"
android:maxWidth="24dp"
android:layout_marginTop="5dp"
android:paddingStart="20dp"
android:paddingEnd="5dp"
android:contentDescription="@string/app_name"/>

View File

@ -22,6 +22,8 @@
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginEnd="15dp"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:src="@drawable/ic_android"
android:contentDescription="@string/orgContentAvatar"/>

View File

@ -13,6 +13,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="15dp"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:contentDescription="@string/generalImgContentText"
android:src="@drawable/ic_android" />

View File

@ -13,6 +13,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="15dp"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
android:contentDescription="@string/generalImgContentText"
android:src="@drawable/ic_android" />

View File

@ -23,6 +23,7 @@
android:layout_height="40dp"
android:layout_marginEnd="15dp"
android:contentDescription="@string/repoContentAvatar"
android:layout_marginTop="5dp"
android:src="@drawable/ic_android" />
<LinearLayout
@ -52,8 +53,9 @@
android:layout_weight=".05"
android:id="@+id/imageRepoType"
android:layout_width="10dp"
android:layout_height="18dp"
android:layout_height="25dp"
android:layout_gravity="end"
android:layout_marginTop="5dp"
android:contentDescription="@string/privateAvatar"
android:src="@drawable/ic_lock_24dp" />

View File

@ -22,6 +22,7 @@
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginEnd="15dp"
android:layout_marginTop="5dp"
android:contentDescription="@string/repoContentAvatar"
android:src="@drawable/ic_android" />
@ -52,8 +53,9 @@
android:layout_weight=".05"
android:id="@+id/imageRepoType"
android:layout_width="10dp"
android:layout_height="18dp"
android:layout_height="25dp"
android:layout_gravity="end"
android:layout_marginTop="5dp"
android:contentDescription="@string/privateAvatar"
android:src="@drawable/ic_lock_24dp" />

View File

@ -22,6 +22,7 @@
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginEnd="15dp"
android:layout_marginTop="5dp"
android:contentDescription="@string/repoContentAvatar"
android:src="@drawable/ic_android" />
@ -52,8 +53,9 @@
android:layout_weight=".05"
android:id="@+id/imageRepoType"
android:layout_width="10dp"
android:layout_height="18dp"
android:layout_height="25dp"
android:layout_gravity="end"
android:layout_marginTop="5dp"
android:contentDescription="@string/privateAvatar"
android:src="@drawable/ic_lock_24dp" />