Skip to content

Commit

Permalink
remove image preview alpha
Browse files Browse the repository at this point in the history
Close #3
  • Loading branch information
Majid Arabi committed Aug 28, 2022
1 parent 223f5fb commit 8a6a975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion file-picker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.majidarabi'
artifactId = 'file-picker'
version = '0.2.0'
version = '0.2.1'
}
}
}
Expand Down
1 change: 0 additions & 1 deletion file-picker/src/main/res/layout/item_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
android:layout_height="match_parent"
android:layout_gravity="center"
android:adjustViewBounds="true"
android:alpha=".75"
android:scaleType="centerCrop"
tools:srcCompat="@tools:sample/avatars" />

Expand Down

0 comments on commit 8a6a975

Please sign in to comment.