Daniel Zlotin
1d9a852533
moving stuff around to work on everything locally without hacks
7 years ago
Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
7 years ago
Guy Carmeli
5721f7ba17
Add topBarElevationShadowEnabled style property (#579 )
related to #557 #474 #125
7 years ago
Guy Carmeli
7074da20a0
Add Support for all common color formats on Android (#497 )
closes #454
8 years ago
Guy Carmeli
4a993de4cc
Screen background color android (#465 )
* Implement screenBackgroundColor
* Collapse ViewPagerScreen on TopTab select
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
ec01544bd2
Set BottomTabs background color only if it is defined
This change means that in a tab based app, when pushing a screen
which did not declare `tabBarBackgroundColor` - the BottomTabs color
will persist from the previous screen and not be set to the default
color which is white. This eliminates the unwanted BottomTabs
background color change in this specific use case.
closes #409
8 years ago
Guy Carmeli
37b96449ec
Implement CollapsingTopBar
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
e610223e1c
Support navBarTextSubtitleColor on Android
8 years ago
Guy Carmeli
af4e990660
Add infra for adding Snackbar to Layouts.
8 years ago
Guy Carmeli
098f0e509f
Add badge styling options
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
Guy Carmeli
304f2ffacc
Add forceTitlesDisplay property
8 years ago
Guy Carmeli
a9e4e2c4bb
Support drawScreenAboveBottomTabs
8 years ago
Guy Carmeli
617d87e65a
Remove unused property
8 years ago
Guy Carmeli
76560beb48
Add TopTabs style
8 years ago
Guy Carmeli
c9147439f1
Add support for white colors :)
8 years ago
Guy Carmeli
c23d98ea05
Add TopBarBackgroundColor and titleBarButtonColor
8 years ago
Guy Carmeli
7abc5f8736
AppStyle
8 years ago
Daniel Zlotin
975acf2fb8
fixes
8 years ago
Guy Carmeli
7fd240e201
TitleBar text color
8 years ago
Guy Carmeli
be537459b3
Some work towards proper bottom tabs styling
8 years ago
Guy Carmeli
755dc4350f
Add drawUnderTopBar style param
8 years ago
Guy Carmeli
de0ad91452
Navigation color
8 years ago
Daniel Zlotin
d1e5e75f38
parsers
8 years ago
Daniel Zlotin
01ccc464d1
f
8 years ago
Guy Carmeli
739288f410
screenStyle
8 years ago
Guy Carmeli
9206a0c0c0
no message
8 years ago