diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-19 17:23:28 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-19 17:23:28 +0000 |
commit | 4f414eac37a8bfce85e662cd458c4e192384eb9e (patch) | |
tree | 49b1f1cbd5a7d8fb57fde8ab1ebb35e4a43b049f /app/src/main/res | |
parent | f042b892cd14cff5a097b67cd9d69281c981dd9d (diff) | |
download | infinity-for-reddit-4f414eac37a8bfce85e662cd458c4e192384eb9e.tar infinity-for-reddit-4f414eac37a8bfce85e662cd458c4e192384eb9e.tar.gz infinity-for-reddit-4f414eac37a8bfce85e662cd458c4e192384eb9e.tar.bz2 infinity-for-reddit-4f414eac37a8bfce85e662cd458c4e192384eb9e.tar.lz infinity-for-reddit-4f414eac37a8bfce85e662cd458c4e192384eb9e.tar.xz infinity-for-reddit-4f414eac37a8bfce85e662cd458c4e192384eb9e.tar.zst infinity-for-reddit-4f414eac37a8bfce85e662cd458c4e192384eb9e.zip |
Sending comments with a Giphy gif is available.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/drawable/ic_gif_24dp.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_gif_24dp.xml b/app/src/main/res/drawable/ic_gif_24dp.xml new file mode 100644 index 00000000..00646422 --- /dev/null +++ b/app/src/main/res/drawable/ic_gif_24dp.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="960" + android:viewportHeight="960"> + <path + android:pathData="M160,680q-33,0 -56.5,-23.5T80,600v-240q0,-33 23.5,-56.5T160,280h200q17,0 28.5,11.5T400,320q0,17 -11.5,28.5T360,360L160,360v240h160v-80h-40q-17,0 -28.5,-11.5T240,480q0,-17 11.5,-28.5T280,440h80q17,0 28.5,11.5T400,480v120q0,33 -23.5,56.5T320,680L160,680ZM480,640v-320q0,-17 11.5,-28.5T520,280q17,0 28.5,11.5T560,320v320q0,17 -11.5,28.5T520,680q-17,0 -28.5,-11.5T480,640ZM640,640v-320q0,-17 11.5,-28.5T680,280h200q17,0 28.5,11.5T920,320q0,17 -11.5,28.5T880,360L720,360v80h120q17,0 28.5,11.5T880,480q0,17 -11.5,28.5T840,520L720,520v120q0,17 -11.5,28.5T680,680q-17,0 -28.5,-11.5T640,640Z" + android:fillColor="#e8eaed"/> +</vector> |