diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-10-22 21:23:44 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-10-22 21:23:44 +0200 |
commit | e42c9a515c127e1106a43a62b6aee1e492813f2b (patch) | |
tree | e6527b0d0d429d6f342ab2af56fcc91d6a191849 /src/main/res/values | |
parent | 8fd5796fd18af4cb4741781b9b39c02b86ad4534 (diff) |
bring back animated gif view in MediaViewer
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/defaults.xml | 3 | ||||
-rw-r--r-- | src/main/res/values/ids.xml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml index 29e560124..7c0072f86 100644 --- a/src/main/res/values/defaults.xml +++ b/src/main/res/values/defaults.xml @@ -42,6 +42,7 @@ \n\nhttp://hc.apache.org/httpcomponents-core\n(Apache License, Version 2.0) \n\nhttps://github.com/bumptech/glide\n(BSD, The MIT License (MIT) and Apache License, Version 2.0) \n\nhttps://github.com/davemorrissey/subsampling-scale-image-view\n(Apache License, Version 2.0) + \n\nhttps://github.com/koral--/android-gif-drawable\n(The MIT License (MIT)) \n\nhttps://github.com/rtoshiro/FullscreenVideoView\n(Apache License, Version 2.0) \n\nhttps://github.com/mangstadt/ez-vcard\n(FreeBSD) \n\nhttps://github.com/googlesamples/easypermissions\n(Apache License, Version 2.0) @@ -111,7 +112,7 @@ <item>pix-art.de</item> <item>conversations.im</item> <item>jabber.cat</item> - <item>jabbers.one</item> + <item>jabbers.one</item> <item>jabjab.de</item> <item>im.koderoot.net</item> <item>riotcat.org</item> diff --git a/src/main/res/values/ids.xml b/src/main/res/values/ids.xml index c4f584851..ffdd80eee 100644 --- a/src/main/res/values/ids.xml +++ b/src/main/res/values/ids.xml @@ -3,6 +3,7 @@ <item name="snackbar_location_message" type="id" /> <item name="message_image_view" type="id" /> <item name="message_video_view" type="id" /> + <item name="message_gif_view" type="id" /> <item name="import_text" type="id" /> <item name="TAG_ACCOUNT" type="id" /> <item name="TAG_FINGERPRINT" type="id" /> |