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/src/main/res/values | |
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/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/dimens.xml | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 1112f7b3..a4f27cd2 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -23,4 +23,6 @@ <color name="backgroundColor">#FFFFFF</color> <color name="backgroundColorPrimaryDark">@color/colorPrimaryDark</color> + + <color name="roundedBottomSheetPrimaryNavigationBarColor">#000000</color> </resources> diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 5a6277cf..ddc21110 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -7,4 +7,7 @@ <dimen name="fab_margin">16dp</dimen> <dimen name="app_bar_height">180dp</dimen> <dimen name="text_margin">16dp</dimen> + <dimen name="roundedBottomSheetCornerRadiusTopPadding">0dp</dimen> + <dimen name="roundedBottomSheetCornerRadiusLeftPadding">0dp</dimen> + <dimen name="roundedBottomSheetCornerRadiusRightPadding">0dp</dimen> </resources>
\ No newline at end of file |