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 | |
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 '.idea')
-rw-r--r-- | .idea/assetWizardSettings.xml | 5 | ||||
-rw-r--r-- | .idea/misc.xml | 2 |
2 files changed, 3 insertions, 4 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> diff --git a/.idea/misc.xml b/.idea/misc.xml index cc51e58e..dc345694 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -25,7 +25,7 @@ </value> </option> </component> - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/build/classes" /> </component> <component name="ProjectType"> |