We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223f5fb commit 8a6a975Copy full SHA for 8a6a975
file-picker/build.gradle
@@ -70,7 +70,7 @@ afterEvaluate {
70
from components.release
71
groupId = 'com.github.majidarabi'
72
artifactId = 'file-picker'
73
- version = '0.2.0'
+ version = '0.2.1'
74
}
75
76
file-picker/src/main/res/layout/item_layout.xml
@@ -22,7 +22,6 @@
22
android:layout_height="match_parent"
23
android:layout_gravity="center"
24
android:adjustViewBounds="true"
25
- android:alpha=".75"
26
android:scaleType="centerCrop"
27
tools:srcCompat="@tools:sample/avatars" />
28
0 commit comments