Refactor how message send types are selected.

This commit is contained in:
Greyson Parrelli
2022-06-03 18:07:29 -04:00
committed by GitHub
parent bf90909496
commit 4da422fd3c
29 changed files with 591 additions and 808 deletions

View File

@@ -0,0 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M2.833,22.691H13.161C14.72,22.691 15.494,21.917 15.494,20.214V12.308C15.494,10.87 14.93,10.096 13.802,9.897V7.133C13.802,4.247 15.638,2.544 17.971,2.544C20.304,2.544 22.129,4.247 22.129,7.133V9.554C22.129,10.052 22.438,10.317 22.826,10.317C23.19,10.317 23.5,10.074 23.5,9.554V7.265C23.5,3.373 20.968,1.25 17.971,1.25C14.964,1.25 12.431,3.373 12.431,7.265V9.853H2.833C1.274,9.853 0.5,10.616 0.5,12.308V20.214C0.5,21.917 1.274,22.691 2.833,22.691ZM2.866,21.408C2.192,21.408 1.871,21.132 1.871,20.302V12.23C1.871,11.39 2.192,11.125 2.866,11.125H13.139C13.814,11.125 14.123,11.39 14.123,12.23V20.302C14.123,21.132 13.814,21.408 13.139,21.408H2.866Z"
android:strokeWidth="0.25"
android:fillColor="#000000"
android:strokeColor="#000000"/>
</vector>

View File

@@ -0,0 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M6.694,23H17.291C18.891,23 19.685,22.206 19.685,20.458V12.346C19.685,10.746 19.016,9.963 17.666,9.839V7.172C17.666,3.178 15.067,1 11.993,1C8.918,1 6.32,3.178 6.32,7.172V9.839C4.969,9.963 4.3,10.746 4.3,12.346V20.458C4.3,22.206 5.094,23 6.694,23ZM7.715,7.036C7.715,4.075 9.587,2.327 11.993,2.327C14.387,2.327 16.27,4.075 16.27,7.036V9.827H7.715V7.036ZM6.728,21.684C6.036,21.684 5.707,21.4 5.707,20.549V12.267C5.707,11.404 6.036,11.132 6.728,11.132H17.268C17.961,11.132 18.278,11.404 18.278,12.267V20.549C18.278,21.4 17.961,21.684 17.268,21.684H6.728Z"
android:strokeWidth="0.25"
android:fillColor="#000000"
android:strokeColor="#000000"/>
</vector>