Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Dec 28, 2018
1 parent 88feea4 commit 1924b79
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/copyright/CC_BY_SA.xml
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified .idea/copyright/profiles_settings.xml
100755 → 100644
Empty file.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ ext.versions = [
targetSdk : 28,
buildTools : '28.0.3',
// Versions:
versionCode: 140,
versionName: '1.4.0',
versionCode: 141,
versionName: '1.4.1',
// Gradle Plugins
gradle : '3.2.1',
kotlin : '1.3.11',
libs : '2.1',
// Dependencies
kuper : '1.6.1',
kuper : '1.6.2',
counterFab : '1.2.0',
fuel : '1.16.0',
oneSignal : '3.10.5'
Expand Down
1 change: 1 addition & 0 deletions library/src/main/res/layout/item_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
android:layout_height="wrap_content"
android:foreground="?attr/selectableItemBackground"
android:stateListAnimator="@anim/card_lift"
app:cardCornerRadius="@dimen/cards_corner_radius"
app:cardPreventCornerOverlap="false"
tools:ignore="UnusedAttribute">

Expand Down
3 changes: 2 additions & 1 deletion library/src/main/res/layout/item_to_request.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
android:clipToPadding="false"
android:descendantFocusability="blocksDescendants"
app:cardCornerRadius="0dp"
app:cardElevation="0dp">
app:cardElevation="0dp"
app:cardMaxElevation="0dp">

<FrameLayout
android:id="@+id/request_item_overlay"
Expand Down

0 comments on commit 1924b79

Please sign in to comment.