Skip to content

Commit

Permalink
Add signed sample .apk for demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanbenschoten committed Apr 4, 2014
1 parent 0b4d666 commit ca2722d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/local.properties
.idea/
.DS_Store
*.iml
*.jks
Binary file added motion-sample/motion-sample.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void onViewCreated(View view, Bundle savedInstanceState) {
mSeekBar.setOnSeekBarChangeListener(new SeekBar.OnSeekBarChangeListener() {
@Override
public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
mBackground.setParallaxIntensity(1f + ((float) progress) / 20);
mBackground.setParallaxIntensity(1f + ((float) progress) / 40);
}

@Override
Expand Down

0 comments on commit ca2722d

Please sign in to comment.