Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.

Commit

Permalink
- v1.2 Beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
kollerlukas committed Feb 28, 2017
1 parent 8bc0430 commit 8b81995
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "us.koller.cameraroll"
minSdkVersion 19
targetSdkVersion 25
versionCode 11
versionName "v1.1.1 Beta"
versionCode 12
versionName "v1.2 Beta"
renderscriptTargetApi 25
renderscriptSupportModeEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public View getView(ViewGroup container) {
if (albumItem.isSharedElement) {
view.setVisibility(View.INVISIBLE);
} else {
transitionView.setVisibility(View.INVISIBLE);
//transitionView.setVisibility(View.INVISIBLE);
bindImageView(view, transitionView);
}
return v;
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black">
<!--android:fitsSystemWindows="@bool/belowLollipop"-->

<!--Using HackyViewPager to prevent crashes with PhotoView-->
<us.koller.cameraroll.ui.widget.HackyViewPager
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-v21/bools.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="belowLollipop">true</bool>
<bool name="belowLollipop">false</bool>
</resources>
Binary file modified camera_roll_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b81995

Please sign in to comment.