Guy Carmeli
a26f201139
Dynamic height of collapsing react header (#730 )
* Dynamic height of collapsing react header
* Add missing class after rebase
8 years ago
Guy Carmeli
7a2446a5de
Unmount react header on destroy
8 years ago
Guy Carmeli
2b7f9b4bb0
Collapse when scrolling header
8 years ago
Guy Carmeli
75b5d53f35
TopTabs icons (#680 )
This commit adds support for icons in TopTabs.
It’s possible to have icons with text, or only icons.
Use topTabIconColor and selectedTopTabIconColor to color the icons
8 years ago
Guy Carmeli
5721f7ba17
Add topBarElevationShadowEnabled style property (#579 )
related to #557 #474 #125
8 years ago
Guy Carmeli
3dbcc28d86
Collapsing view pager screen (#448 )
Implement collapsing TopTabs on Android
specify `navBarHideOnScroll: true` in your `TopTabsScreen`
8 years ago
Guy Carmeli
20e30717d5
Remove previous ContextualMenu before adding new one
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
c9a71d8d0e
Fix back button color not getting set in ContextualMenu
8 years ago
Guy Carmeli
3c31e158da
Add support for ContextualMenu in TopBar
8 years ago
Guy Carmeli
30991e3077
Support navBarTransparent on Android
8 years ago
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
8 years ago
Guy Carmeli
b58d9c4f67
Implement overrideBackPress
8 years ago
Guy Carmeli
72dd351d1f
Open SideMenu on burger button click
8 years ago
Guy Carmeli
e5093a727a
Minor ViewPagerScreen refactor
8 years ago
Guy Carmeli
76560beb48
Add TopTabs style
8 years ago
Guy Carmeli
084ea2ea84
Conor overflow button
8 years ago
Daniel Zlotin
0f2bf32a66
merged
8 years ago
Daniel Zlotin
ec994d6885
smooth scroll works!
8 years ago
Guy Carmeli
7abc5f8736
AppStyle
8 years ago
Guy Carmeli
6cbd51fe30
Initial TitleBar setStyle
8 years ago
Guy Carmeli
f17b1f024c
Set left button dynamically
8 years ago
Guy Carmeli
07d204ad74
Move initialIconState to parser
8 years ago
Guy Carmeli
5dabdc225b
left button
8 years ago
Rotem M
5d2532bc6f
initial work on TabbedScreen
8 years ago
Guy Carmeli
3ea4cfa850
Initial setButtons implementation
8 years ago
Daniel Zlotin
378854bc57
refactoed
8 years ago
Guy Carmeli
9832f92e6f
Cover ScreenImpl to RelativeLayout
8 years ago
Daniel Zlotin
92a53593ef
work on screenLayout
8 years ago
Guy Carmeli
1b8a22a47c
Keep Using navigatorEventId for now
8 years ago
Guy Carmeli
c70f8e379e
Some work on eventEmitter
8 years ago
Guy Carmeli
ced6c9ea8d
Add MenuItem click listener
8 years ago
Guy Carmeli
3b9338d963
add titlebar
8 years ago
Guy Carmeli
00012ad9c0
Fix naming and variable types
8 years ago
Guy Carmeli
ff436f0a03
some more styles
8 years ago
Guy Carmeli
94519d37ba
TopBar
8 years ago