diff --git a/file-picker/build.gradle b/file-picker/build.gradle index 2ece548..b93338e 100644 --- a/file-picker/build.gradle +++ b/file-picker/build.gradle @@ -70,7 +70,7 @@ afterEvaluate { from components.release groupId = 'com.github.majidarabi' artifactId = 'file-picker' - version = '0.2.0' + version = '0.2.1' } } } diff --git a/file-picker/src/main/res/layout/item_layout.xml b/file-picker/src/main/res/layout/item_layout.xml index 4677668..35aa1b2 100644 --- a/file-picker/src/main/res/layout/item_layout.xml +++ b/file-picker/src/main/res/layout/item_layout.xml @@ -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" />