Amit Davidi
|
d1e31ee437
|
Android: Set bottom tabs layout over tabs content
|
8 years ago |
Guy Carmeli
|
8d5ec5014b
|
Initial v2 commit on Android
|
8 years ago |
Guy Carmeli
|
0211af8bf6
|
Fixes overlapping fab. (#620)
This commit also introduces a tempprary fix to an issue where fab is
displayed on wrong screen when switching between bottom tabs rapidly.
|
8 years ago |
Guy Carmeli
|
c10f41ff0e
|
Search android (#432)
* Move event emmiter logic out of Application
* Implement searchView
Usage:
```js
rightButtons: [
{
id: 'searchView',
label: 'Search',
hint: 'Search...'
}
]
```
* Translucent TitleBar
* Collapse TopBar
* Less noticeable translucent effect
* Implement ScrollViewDetector
* Collapse on fling
* Collapse on touch up
Complete collapse on touch up instead of fling
|
8 years ago |
Guy Carmeli
|
37b96449ec
|
Implement CollapsingTopBar
|
8 years ago |
Guy Carmeli
|
db82290c0a
|
Add disabledColor property to TitleBar buttons
Can also be set cross app by using titleBarDisabledButtonColor property in appStyle
|
8 years ago |
Daniel Zlotin
|
166f540d5b
|
generateViewId fix
|
8 years ago |
Guy Carmeli
|
187144675e
|
Add push and pop screen transition
This commit is the first step in adding proper screen transition
animations to push and pop actions.
|
8 years ago |
Guy Carmeli
|
5d5121e6b7
|
Magic
|
8 years ago |
Guy Carmeli
|
f1f9ea1e12
|
Gary out disabled buttons
|
8 years ago |
Guy Carmeli
|
9832f92e6f
|
Cover ScreenImpl to RelativeLayout
|
8 years ago |
Daniel Zlotin
|
0268c95fab
|
refactored
|
8 years ago |
Daniel Zlotin
|
e5786aedac
|
ViewUtils.runOnPreDraw
|
8 years ago |