Skip to content

Commit

Permalink
Fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Oct 26, 2017
1 parent 93191c9 commit b2d4dad
Show file tree
Hide file tree
Showing 28 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Before raising a new issue, please check the following places for an answer to y

If you get stuck adding the view in your project or need help extending it for your requirements, please consider asking for help on StackOverflow instead of raising an issue. This issue tracker is intended for reporting bugs and raising feature requests.

Thanks for reading!
Thanks for reading!
2 changes: 1 addition & 1 deletion library/proguard-rules.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-keep class com.davemorrissey.labs.subscaleview.** { *; }
-keep class com.davemorrissey.labs.subscaleview.** { *; }
2 changes: 1 addition & 1 deletion library/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

# Project target.
target=android-19
android.library=true
android.library=true
2 changes: 1 addition & 1 deletion library/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ limitations under the License.
<attr name="tileBackgroundColor" format="color"/>
</declare-styleable>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ private boolean onTouchEventInternal(@NonNull MotionEvent event) {
maxTouchCount = 0;
handler.removeMessages(MESSAGE_LONG_CLICK);
requestDisallowInterceptTouchEvent(false);
}
}
if (!panEnabled) {
vTranslate.x = vTranslateStart.x;
vTranslate.y = vTranslateStart.y;
Expand Down
2 changes: 1 addition & 1 deletion sample/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

# Project target.
target=android-19
android.library.reference.1=../library
android.library.reference.1=../library
2 changes: 1 addition & 1 deletion sample/res/drawable-nodpi/button_standout_inactive.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#333333" />
</shape>
</shape>
2 changes: 1 addition & 1 deletion sample/res/drawable-nodpi/button_standout_pressed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#0099CC" />
</shape>
</shape>
2 changes: 1 addition & 1 deletion sample/res/drawable-nodpi/button_transparent_pressed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#770099cc" />
</shape>
</shape>
2 changes: 1 addition & 1 deletion sample/res/drawable-nodpi/buttonstate_standout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<item android:state_focused="false" android:state_pressed="true"
android:drawable="@drawable/button_standout_pressed" />
<item android:drawable="@drawable/button_standout_inactive"/>
</selector>
</selector>
2 changes: 1 addition & 1 deletion sample/res/drawable-nodpi/buttonstate_transparent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<item android:state_focused="false" android:state_pressed="true"
android:drawable="@drawable/button_transparent_pressed" />
<item android:drawable="@drawable/transparent"/>
</selector>
</selector>
2 changes: 1 addition & 1 deletion sample/res/drawable-nodpi/transparent.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#00000000" />
</shape>
</shape>
2 changes: 1 addition & 1 deletion sample/res/layout/animation_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>
</RelativeLayout>
2 changes: 1 addition & 1 deletion sample/res/layout/extension_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>
</RelativeLayout>
2 changes: 1 addition & 1 deletion sample/res/layout/extension_circle_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>
</RelativeLayout>
2 changes: 1 addition & 1 deletion sample/res/layout/extension_freehand_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>
</RelativeLayout>
2 changes: 1 addition & 1 deletion sample/res/layout/extension_pin_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>
</RelativeLayout>
2 changes: 1 addition & 1 deletion sample/res/layout/imagedisplay_large_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>
</RelativeLayout>
2 changes: 1 addition & 1 deletion sample/res/layout/imagedisplay_region_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>
</RelativeLayout>
2 changes: 1 addition & 1 deletion sample/res/layout/imagedisplay_rotate_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>
</RelativeLayout>
2 changes: 1 addition & 1 deletion sample/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@
android:text="View on GitHub"/>

</LinearLayout>
</ScrollView>
</ScrollView>
2 changes: 1 addition & 1 deletion sample/res/layout/notes_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>
</RelativeLayout>
1 change: 0 additions & 1 deletion sample/res/layout/view_pager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@
android:layout_height="match_parent" />

</RelativeLayout>

2 changes: 1 addition & 1 deletion sample/res/layout/view_pager_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>
</RelativeLayout>
2 changes: 1 addition & 1 deletion sample/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<resources>
<color name="background">#111111</color>
<color name="actionBarBackground">#282828</color>
</resources>
</resources>
2 changes: 1 addition & 1 deletion sample/res/values/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
<item name="android:background">@color/actionBarBackground</item>
</style>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ public boolean onTouchEvent(MotionEvent ev) {
return super.onTouchEvent(swapXY(ev));
}

}
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':library'
include ':sample'
include ':sample'

0 comments on commit b2d4dad

Please sign in to comment.