Fix invite icons
This commit is contained in:
parent
8754f7772b
commit
a5af1a6ebd
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/callControlsWrapper"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -27,7 +26,8 @@
|
|||
android:id="@+id/inviteToSpaceButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:icon="@drawable/ic_public_room"
|
||||
app:icon="@drawable/ic_invite_people"
|
||||
app:iconTint="?riotx_text_secondary"
|
||||
app:title="@string/invite_to_space_with_name"
|
||||
app:subTitle="@string/invite_to_space_with_name_desc"
|
||||
/>
|
||||
|
@ -40,7 +40,7 @@
|
|||
android:id="@+id/inviteToRoomOnly"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:icon="@drawable/ic_lock"
|
||||
app:icon="@drawable/ic_invite_people"
|
||||
app:iconTint="?riotx_text_secondary"
|
||||
app:title="@string/invite_just_to_this_room"
|
||||
app:subTitle="@string/invite_just_to_this_room_desc"/>
|
||||
|
|
Loading…
Reference in New Issue