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

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kollerlukas committed Jan 24, 2017
1 parent d7983c6 commit 541fe30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

-keep public class * implements com.bumptech.glide.module.GlideModule
-keep public enum com.bumptech.glide.load.resource.bitmap.ImageHeaderParser$** {
**[] $VALUES;
public *;
}
2 changes: 1 addition & 1 deletion app/src/main/res/values-land/styles.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<style name="Theme.CameraRoll.PhotoView" parent="Theme.CameraRoll">
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:navigationBarColor">@color/black_translucent2</item>
</style>
</resources>

0 comments on commit 541fe30

Please sign in to comment.