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" />