add to menu

This commit is contained in:
M M Arif 2020-09-16 20:59:17 +05:00
parent a75ffe0381
commit a009e5dac9
2 changed files with 14 additions and 0 deletions

View File

@ -85,6 +85,18 @@
android:layout_marginStart="64dp"
android:background="?attr/dividerColor" />
<TextView
android:id="@+id/assignTeam"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:text="@string/assignTeamTitle"
android:drawableStart="@drawable/ic_people"
android:drawablePadding="24dp"
android:textColor="?attr/primaryTextColor"
android:textSize="16sp"
android:padding="12dp" />
<TextView
android:id="@+id/addCollaborator"
android:layout_width="match_parent"

View File

@ -691,4 +691,6 @@
<string name="repoTransferOwnerError">New owner is required</string>
<string name="repoTransferError">There is a problem with the owner name. Make sure that the new owner exists</string>
<string name="assignTeamTitle">Assign Team</string>
</resources>