react-native/Libraries/Components
realaboo a45219966c ProgressBarAndroid: default value for styleAttr
Summary:
Current default value of ProgressBarAndroid's styleAttr is "Large" which sets the ProgressBar's style to [Widget_ProgressBar_Large](http://developer.android.com/reference/android/R.style.html#Widget_ProgressBar_Large) at native side. But large is not the default style for the native side ProgressBar.

For example, the size of the ProgressBar is 48dip for default style, but 76dip for large and 16dip for small as in the Material themes. Although the size of ProgressBarAndroid could be set in JS, it'll be better to have the same default style as in native side themes.

My PR adds a "Normal" value for styleAttr prop and makes it the default value.
Closes https://github.com/facebook/react-native/pull/4974

Reviewed By: svcscm

Differential Revision: D2811229

Pulled By: bestander

fb-gh-sync-id: 087f68d1919fe933d86e5194112bf7a5f5b3f3c6
2016-01-07 12:02:37 -08:00
..
ActivityIndicatorIOS Compose propTypes from View.propTypes where appropriate. 2015-11-18 13:06:27 -08:00
Clipboard add Clipboard component for ios and android 2015-12-09 10:04:21 -08:00
DatePicker Fix flow errors in fbobjc 2015-12-04 11:56:29 -08:00
DrawerAndroid Bugfix - Typos 2015-12-15 09:09:32 -08:00
Intent Add deep linking support to IntentAndroid 2015-12-15 06:27:27 -08:00
MapView Map follow user location 2016-01-06 11:00:34 -08:00
Navigation bugfix: NavigatoriOS doesn't update any scenes when 0th scene is replaced 2016-01-06 10:33:36 -08:00
ProgressBarAndroid ProgressBarAndroid: default value for styleAttr 2016-01-07 12:02:37 -08:00
ProgressViewIOS Compose propTypes from View.propTypes where appropriate. 2015-11-18 13:06:27 -08:00
RefreshControl Cross platform PullToRefreshView component 2016-01-04 08:00:29 -08:00
ScrollView Cross platform PullToRefreshView component 2016-01-04 08:00:29 -08:00
SegmentedControlIOS Compose propTypes from View.propTypes where appropriate. 2015-11-18 13:06:27 -08:00
SliderIOS Add option for both min/max track image. 2015-12-21 10:30:39 -08:00
StatusBar Release React Native for Android 2015-09-14 18:13:39 +01:00
Switch Remove fixed size for Android. Fixes #3785 2016-01-06 07:42:28 -08:00
SwitchAndroid Bugfix - Typos 2015-12-15 09:09:32 -08:00
SwitchIOS Added ColorPropType 2015-12-23 10:08:38 -08:00
TabBarIOS Added ColorPropType 2015-12-23 10:08:38 -08:00
TextInput Add onSelectionChange for Android TextInput 2016-01-07 12:02:06 -08:00
ToastAndroid Fix errors uncovered by v0.19.0 2015-12-01 20:11:26 -08:00
ToolbarAndroid Added ColorPropType 2015-12-23 10:08:38 -08:00
Touchable Add "Only supports one child" to TouchableWithoutFeedback 2016-01-06 11:52:30 -08:00
UnimplementedViews Quick fix to require cycle in UnimplementedView 2015-11-23 14:14:32 -08:00
View Add <Text> shadow support 2016-01-01 09:33:31 -08:00
ViewPager Bugfix - Typos 2015-12-15 09:09:32 -08:00
WebView Implement Android's dispatchViewManagerCommand interface on iOS 2016-01-06 05:58:37 -08:00
ScrollResponder.js ScrollWithouth => ScrollWithout 2015-12-29 12:42:26 -08:00
StaticContainer.js Move stuff out of vendor/react_contrib/ 2015-10-12 11:18:30 -07:00
StaticRenderer.js [Haste] @provides -> @providesModule StaticRenderer 2015-05-14 08:42:13 -08:00
Subscribable.js [ReactNative] clean lint for Libraries/Components 2015-05-18 15:54:07 -08:00