From 1cf840c8b95b9f8a4abc75b074444b60d7ffd408 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 25 Mar 2021 17:47:45 +0100 Subject: [PATCH] Renamed icons with typo --- ...con_green.png => security_toggle_icon_green.png} | Bin ..._icon_grey.png => security_toggle_icon_grey.png} | Bin .../res/layout-land/history_detail_fragment.xml | 2 +- .../layout-sw533dp-land/history_detail_fragment.xml | 2 +- .../main/res/layout/chat_room_creation_fragment.xml | 4 ++-- app/src/main/res/layout/contact_avatar.xml | 2 +- app/src/main/res/layout/contact_detail_cell.xml | 2 +- app/src/main/res/layout/history_detail_fragment.xml | 2 +- 8 files changed, 7 insertions(+), 7 deletions(-) rename app/src/main/res/drawable-xhdpi/{security_toogle_icon_green.png => security_toggle_icon_green.png} (100%) rename app/src/main/res/drawable-xhdpi/{security_toogle_icon_grey.png => security_toggle_icon_grey.png} (100%) diff --git a/app/src/main/res/drawable-xhdpi/security_toogle_icon_green.png b/app/src/main/res/drawable-xhdpi/security_toggle_icon_green.png similarity index 100% rename from app/src/main/res/drawable-xhdpi/security_toogle_icon_green.png rename to app/src/main/res/drawable-xhdpi/security_toggle_icon_green.png diff --git a/app/src/main/res/drawable-xhdpi/security_toogle_icon_grey.png b/app/src/main/res/drawable-xhdpi/security_toggle_icon_grey.png similarity index 100% rename from app/src/main/res/drawable-xhdpi/security_toogle_icon_grey.png rename to app/src/main/res/drawable-xhdpi/security_toggle_icon_grey.png diff --git a/app/src/main/res/layout-land/history_detail_fragment.xml b/app/src/main/res/layout-land/history_detail_fragment.xml index 5c250119a..dbb6cbc96 100644 --- a/app/src/main/res/layout-land/history_detail_fragment.xml +++ b/app/src/main/res/layout-land/history_detail_fragment.xml @@ -154,7 +154,7 @@ android:layout_alignParentTop="true" android:layout_alignParentRight="true" android:contentDescription="@string/content_description_start_encrypted_chat" - android:src="@drawable/security_toogle_icon_green" /> + android:src="@drawable/security_toggle_icon_green" /> diff --git a/app/src/main/res/layout-sw533dp-land/history_detail_fragment.xml b/app/src/main/res/layout-sw533dp-land/history_detail_fragment.xml index 002954d30..48d8e9401 100644 --- a/app/src/main/res/layout-sw533dp-land/history_detail_fragment.xml +++ b/app/src/main/res/layout-sw533dp-land/history_detail_fragment.xml @@ -148,7 +148,7 @@ android:layout_alignParentTop="true" android:layout_alignParentRight="true" android:contentDescription="@string/content_description_start_encrypted_chat" - android:src="@drawable/security_toogle_icon_green" /> + android:src="@drawable/security_toggle_icon_green" /> diff --git a/app/src/main/res/layout/chat_room_creation_fragment.xml b/app/src/main/res/layout/chat_room_creation_fragment.xml index 6dd11c63e..047a45d69 100644 --- a/app/src/main/res/layout/chat_room_creation_fragment.xml +++ b/app/src/main/res/layout/chat_room_creation_fragment.xml @@ -60,7 +60,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:contentDescription="@string/content_description_e2e_encryption_disabled" - android:src="@drawable/security_toogle_icon_grey"/> + android:src="@drawable/security_toggle_icon_grey"/> + android:src="@drawable/security_toggle_icon_green" /> diff --git a/app/src/main/res/layout/contact_avatar.xml b/app/src/main/res/layout/contact_avatar.xml index 614e6a4d0..cde6ae382 100644 --- a/app/src/main/res/layout/contact_avatar.xml +++ b/app/src/main/res/layout/contact_avatar.xml @@ -104,7 +104,7 @@ android:layout_height="20dp" android:layout_alignParentTop="true" android:layout_alignParentRight="true" - android:src="@drawable/security_toogle_icon_green" /> + android:src="@drawable/security_toggle_icon_green" /> diff --git a/app/src/main/res/layout/contact_detail_cell.xml b/app/src/main/res/layout/contact_detail_cell.xml index ef576a44e..19023d194 100644 --- a/app/src/main/res/layout/contact_detail_cell.xml +++ b/app/src/main/res/layout/contact_detail_cell.xml @@ -132,7 +132,7 @@ android:layout_alignParentTop="true" android:layout_alignParentRight="true" android:contentDescription="@string/content_description_start_encrypted_chat" - android:src="@drawable/security_toogle_icon_green" /> + android:src="@drawable/security_toggle_icon_green" /> diff --git a/app/src/main/res/layout/history_detail_fragment.xml b/app/src/main/res/layout/history_detail_fragment.xml index 002954d30..48d8e9401 100644 --- a/app/src/main/res/layout/history_detail_fragment.xml +++ b/app/src/main/res/layout/history_detail_fragment.xml @@ -148,7 +148,7 @@ android:layout_alignParentTop="true" android:layout_alignParentRight="true" android:contentDescription="@string/content_description_start_encrypted_chat" - android:src="@drawable/security_toogle_icon_green" /> + android:src="@drawable/security_toggle_icon_green" />