Cleaning up navigation (#234)
* fix: align bottom to top with RTL * fix: clean up the overlapping decor * feat: match theme color with navbar * fix: measure view on return to view
This commit is contained in:
parent
14115ada4c
commit
af1a481bdb
6 changed files with 61 additions and 50 deletions
|
@ -25,6 +25,12 @@ class DevelopersDialogFragment : BottomSheetDialogFragment() {
|
|||
"Contributor",
|
||||
"https://github.com/aayush2622"
|
||||
),
|
||||
Developer(
|
||||
"AbandonedCart",
|
||||
"https://avatars.githubusercontent.com/u/1173913?v=4",
|
||||
"Contributor",
|
||||
"https://github.com/AbandonedCart"
|
||||
),
|
||||
Developer(
|
||||
"Sadwhy",
|
||||
"https://avatars.githubusercontent.com/u/99601717?v=4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue