Skip to content
Snippets Groups Projects
Commit 61716d5f authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Fix FullScreenImageActivity artifacting

parent c085b554
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -4,7 +4,7 @@ buildscript {
}
 
dependencies {
classpath 'io.fabric.tools:gradle:1.22.1'
classpath 'io.fabric.tools:gradle:1.22.2'
}
}
 
Loading
Loading
@@ -203,7 +203,7 @@ dependencies {
exclude group: 'org.json', module: 'json'
}
 
compile 'com.github.jkwiecien:EasyImage:1.4.1'
compile 'com.github.jkwiecien:EasyImage:2.0.2'
 
compile('com.github.ozodrukh:CircularReveal:2.0.1@aar') {
transitive = true;
Loading
Loading
Loading
Loading
@@ -100,12 +100,8 @@
</intent-filter>
</activity>
<activity android:name=".widget.ProjectFeedWidgetConfigureProjectActivity"/>
<activity
android:name=".activity.FullscreenImageActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/title_activity_fullscreen_image"
android:theme="@style/FullscreenTheme">
</activity>
<activity android:name=".activity.FullscreenImageActivity"/>
 
<activity android:name=".activity.DebugActivity"/>
 
Loading
Loading
Loading
Loading
@@ -2,8 +2,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.commit451.gitlab.activity.FullscreenImageActivity">
android:layout_height="match_parent">
 
<com.github.chrisbanes.photoview.PhotoView
android:id="@+id/photo_view"
Loading
Loading
Loading
Loading
@@ -72,14 +72,4 @@
<item name="android:foreground">?attr/selectableItemBackground</item>
</style>
 
<style name="FullscreenTheme" parent="AppTheme">
<item name="android:actionBarStyle">@style/FullscreenActionBarStyle</item>
<item name="android:windowActionBarOverlay">true</item>
<item name="android:windowBackground">@null</item>
</style>
<style name="FullscreenActionBarStyle" parent="Widget.AppCompat.ActionBar">
<item name="android:background">@color/black_overlay</item>
</style>
</resources>
\ No newline at end of file
Loading
Loading
@@ -11,7 +11,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
//check with ./gradlew dependencyUpdates
classpath 'com.github.ben-manes:gradle-versions-plugin:0.14.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
classpath 'com.github.Commit451:updatewrapper:1.1.1'
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment