Skip to content

Commit 8a6a975

Browse files
author
Majid Arabi
committed
remove image preview alpha
Close #3
1 parent 223f5fb commit 8a6a975

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

file-picker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ afterEvaluate {
7070
from components.release
7171
groupId = 'com.github.majidarabi'
7272
artifactId = 'file-picker'
73-
version = '0.2.0'
73+
version = '0.2.1'
7474
}
7575
}
7676
}

file-picker/src/main/res/layout/item_layout.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
android:layout_height="match_parent"
2323
android:layout_gravity="center"
2424
android:adjustViewBounds="true"
25-
android:alpha=".75"
2625
android:scaleType="centerCrop"
2726
tools:srcCompat="@tools:sample/avatars" />
2827

0 commit comments

Comments
 (0)