diff options
author | Alex Ning <chineseperson5@gmail.com> | 2018-09-28 06:49:49 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2018-09-28 06:49:49 +0000 |
commit | 1bd9ba61c6cccd1fc318f1698fddc0d13e4723cf (patch) | |
tree | 89ac2e82f5b77e370aebd424b5ec2e1278773a12 /app/src/main/res/drawable | |
parent | cdcd5923fa2d581173badff9346f998605127732 (diff) | |
download | infinity-for-reddit-1bd9ba61c6cccd1fc318f1698fddc0d13e4723cf.tar infinity-for-reddit-1bd9ba61c6cccd1fc318f1698fddc0d13e4723cf.tar.gz infinity-for-reddit-1bd9ba61c6cccd1fc318f1698fddc0d13e4723cf.tar.bz2 infinity-for-reddit-1bd9ba61c6cccd1fc318f1698fddc0d13e4723cf.tar.lz infinity-for-reddit-1bd9ba61c6cccd1fc318f1698fddc0d13e4723cf.tar.xz infinity-for-reddit-1bd9ba61c6cccd1fc318f1698fddc0d13e4723cf.tar.zst infinity-for-reddit-1bd9ba61c6cccd1fc318f1698fddc0d13e4723cf.zip |
Change the layout of post. Add an error view when loading the preview image fails.
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/ic_error_outline_black_24dp.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_error_outline_black_24dp.xml b/app/src/main/res/drawable/ic_error_outline_black_24dp.xml new file mode 100644 index 00000000..a07a0f90 --- /dev/null +++ b/app/src/main/res/drawable/ic_error_outline_black_24dp.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + <path + android:fillColor="#FF000000" + android:pathData="M11,15h2v2h-2zM11,7h2v6h-2zM11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8z"/> +</vector> |