diff options
| author | Norbel Ambanumben <nambanumben@riseup.net> | 2024-10-07 21:31:33 +0000 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2024-10-07 21:31:33 +0000 |
| commit | 61106968cbdf96a4fa578d16aff03865b985e547 (patch) | |
| tree | 8ff5d3ea1f2b562e885f4c7e3297ec3bda804fd3 /app/src/main/res/drawable | |
| parent | e15787e844ffe1c74b0ba783a9e37c7daa72b72a (diff) | |
feat: add language selection
Diffstat (limited to 'app/src/main/res/drawable')
| -rw-r--r-- | app/src/main/res/drawable/translate.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/translate.xml b/app/src/main/res/drawable/translate.xml new file mode 100644 index 00000000..7826980c --- /dev/null +++ b/app/src/main/res/drawable/translate.xml @@ -0,0 +1,5 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#828282" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp"> + + <path android:fillColor="@android:color/white" android:pathData="M12.87,15.07l-2.54,-2.51 0.03,-0.03c1.74,-1.94 2.98,-4.17 3.71,-6.53L17,6L17,4h-7L10,2L8,2v2L1,4v1.99h11.17C11.5,7.92 10.44,9.75 9,11.35 8.07,10.32 7.3,9.19 6.69,8h-2c0.73,1.63 1.73,3.17 2.98,4.56l-5.09,5.02L4,19l5,-5 3.11,3.11 0.76,-2.04zM18.5,10h-2L12,22h2l1.12,-3h4.75L21,22h2l-4.5,-12zM15.88,17l1.62,-4.33L19.12,17h-3.24z"/> + +</vector> |
