Compare commits
19 Commits
main
...
7-assign-t
Author | SHA1 | Date | |
---|---|---|---|
|
71d7f543a6 | ||
|
6a6ecd251a | ||
|
36808b1dbb | ||
|
cd902ff1ca | ||
|
e8f938bdb0 | ||
|
8312983ed3 | ||
|
a47be21017 | ||
|
69b7984d85 | ||
|
26b623a35b | ||
|
df3e1b9940 | ||
|
1d15f9b1d2 | ||
|
1e838031e1 | ||
|
c6ebca8a08 | ||
|
5b92be3a28 | ||
|
fbd92eb06b | ||
|
f727ec51b8 | ||
|
829320ca0c | ||
|
4d1d7a7204 | ||
|
a009e5dac9 |
@ -116,6 +116,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"
|
||||
|
@ -713,6 +713,8 @@
|
||||
<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>
|
||||
|
||||
<string name="exploreFilterDialogTitle">Filter Repositories</string>
|
||||
<string name="exploreFilterIncludeTopic">Search ONLY in Topic</string>
|
||||
<string name="exploreFilterIncludeDesc">Search in Description</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user