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 /.idea/assetWizardSettings.xml | |
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 '')
-rw-r--r-- | .idea/assetWizardSettings.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.idea/assetWizardSettings.xml b/.idea/assetWizardSettings.xml index 4764d515..9bb0d311 100644 --- a/.idea/assetWizardSettings.xml +++ b/.idea/assetWizardSettings.xml @@ -18,7 +18,7 @@ <PersistentState> <option name="values"> <map> - <entry key="url" value="jar:file:/home/alex/Android%20Studio/plugins/android/lib/android.jar!/images/material_design_icons/navigation/ic_refresh_black_24dp.xml" /> + <entry key="url" value="jar:file:/home/alex/Android%20Studio/plugins/android/lib/android.jar!/images/material_design_icons/alert/ic_error_outline_black_24dp.xml" /> </map> </option> </PersistentState> @@ -28,8 +28,7 @@ </option> <option name="values"> <map> - <entry key="color" value="ffffff" /> - <entry key="outputName" value="ic_refresh_white_24dp" /> + <entry key="outputName" value="ic_error_outline_black_24dp" /> <entry key="sourceFile" value="$USER_HOME$" /> </map> </option> |