Renamed icons with typo
This commit is contained in:
parent
61dcc3d4a6
commit
1cf840c8b9
8 changed files with 7 additions and 7 deletions
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -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" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
@ -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" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
@ -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"/>
|
||||
|
||||
<com.google.android.material.switchmaterial.SwitchMaterial
|
||||
android:checked="@={viewModel.isEncrypted}"
|
||||
|
@ -79,7 +79,7 @@
|
|||
android:contentDescription="@string/content_description_e2e_encryption_enabled"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:src="@drawable/security_toogle_icon_green" />
|
||||
android:src="@drawable/security_toggle_icon_green" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -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" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
@ -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" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
@ -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" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue