diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-07-26 15:31:48 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-07-26 15:31:48 +0000 |
commit | 40fc423b337352e1a47e361dac052213bb81ee26 (patch) | |
tree | c79667c0b51f15046661dacbcdf0d018178b1854 /app/build.gradle | |
parent | 1fc84239069fa19da7f7c7b0b0825717aad4999c (diff) | |
download | infinity-for-reddit-40fc423b337352e1a47e361dac052213bb81ee26.tar infinity-for-reddit-40fc423b337352e1a47e361dac052213bb81ee26.tar.gz infinity-for-reddit-40fc423b337352e1a47e361dac052213bb81ee26.tar.bz2 infinity-for-reddit-40fc423b337352e1a47e361dac052213bb81ee26.tar.lz infinity-for-reddit-40fc423b337352e1a47e361dac052213bb81ee26.tar.xz infinity-for-reddit-40fc423b337352e1a47e361dac052213bb81ee26.tar.zst infinity-for-reddit-40fc423b337352e1a47e361dac052213bb81ee26.zip |
Use rounded corner bottom fragment. Tweak bottom sheet fragment UI. Change post type bottom sheet dialog to fragment. Exit SearchActivity no matter searchview is open or not.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 92fb64ab..83263b79 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,4 +75,5 @@ dependencies { implementation 'com.github.Ferfalk:SimpleSearchView:0.1.3' implementation 'org.greenrobot:eventbus:3.1.1' implementation 'com.libRG:customtextview:2.2' + implementation 'com.github.Deishelon:RoundedBottomSheet:1.0.1' } |