Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/app.iml
#	stateLayout/stateLayout.iml
  • Loading branch information
lufficc committed Nov 21, 2016
2 parents cdbab5e + 5762bae commit 1c425ff
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions StateLayout.iml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="StateLayout" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
4 changes: 2 additions & 2 deletions local.properties
Expand Up @@ -7,7 +7,7 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Thu Aug 25 19:13:35 CST 2016
#Fri Oct 28 18:56:40 CST 2016
bintray.apikey=5384eaa3c8048eebfa44448fb2ec389209780556
sdk.dir=E\:\\Android\\sdk
sdk.dir=D\:\\Android\\sdk
bintray.user=lcc-luffy
Expand Up @@ -109,7 +109,7 @@ private void parseAttrs(Context context, AttributeSet attrs) {
if (errorDrawable != null) {
errorImageView.setImageDrawable(errorDrawable);
} else {
errorImageView.setImageResource(R.mipmap.ic_error);
errorImageView.setImageResource(R.mipmap.ic_state_layout_error);
}
addView(errorView);
/******************************************************************************************/
Expand All @@ -123,7 +123,7 @@ private void parseAttrs(Context context, AttributeSet attrs) {
if (emptyDrawable != null) {
emptyImageView.setImageDrawable(emptyDrawable);
} else {
emptyImageView.setImageResource(R.mipmap.ic_empty);
emptyImageView.setImageResource(R.mipmap.ic_state_layout_empty);
}
addView(emptyView);
/******************************************************************************************/
Expand Down

0 comments on commit 1c425ff

Please sign in to comment.