Skip to content

Commit

Permalink
Merge pull request #5 from invissvenska/feature/roundedmodal
Browse files Browse the repository at this point in the history
Feature/roundedmodal
  • Loading branch information
invissvenska authored Jun 14, 2020
2 parents b57d834 + fd8656b commit 33f3ba4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ ext {
androidXVersion = '1.1.0'
androidXLifeCycleVersion = '2.2.0'

versionCode = 2
versionName = '1.0.1'
versionCode = 3
versionName = '1.0.2'
}

task clean(type: Delete) {
Expand Down
Binary file modified media/collage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/screen_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/screen_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/screen_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="modalBottomBackground">#353535</color>
<color name="modalBottomTextColor">#0b0b0b</color>
<color name="modalBottomTextColor">#8F8F8F</color>
<color name="modalBottomHeaderColor">#c3c3c3</color>
</resources>

0 comments on commit 33f3ba4

Please sign in to comment.