issues
search
ismail-s
/
JTime
Project has moved to https://www.gitlab.com/ismail-s/jtime
https://jtime.ismail-s.com
GNU General Public License v2.0
5
stars
0
forks
source link
Get rid of right drawer
#266
Open
ismail-s
opened
7 years ago
ismail-s
commented
7 years ago
Remove the right drawer, as it can be reached by clicking on salaah tables on the home screen
Improve the passing of arguments from
HomeFragment
to
NearbyTimesFragment
Add syntax highlighting to
NearbyTimesFragment
as is on
HomeFragment
NearbyTimesFragment
can be thought of as a detail view of part of
HomeFragment
. This means that:
No overflow menu should be on
NearbyTimesFragment
Maybe we could have some sort of expand animation, or maybe do this in a future issue
See
https://developer.android.com/reference/android/view/ViewGroup.html#attr_android:animateLayoutChanges
and
https://developer.android.com/training/animation/layout.html
and
https://android-developers.googleblog.com/2011/05/introducing-viewpropertyanimator.html
HomeFragment
toNearbyTimesFragment
NearbyTimesFragment
as is onHomeFragment
NearbyTimesFragment
can be thought of as a detail view of part ofHomeFragment
. This means that:NearbyTimesFragment