Browse Source

[RN] Update audio-only icon

Match the one on the web.
j8
Saúl Ibarra Corretgé 8 years ago
parent
commit
46a87e42ce

+ 2
- 2
react/features/toolbox/components/Toolbox.native.js View File

207
                     style = { style }
207
                     style = { style }
208
                     underlayColor = { underlayColor } />
208
                     underlayColor = { underlayColor } />
209
                 <ToolbarButton
209
                 <ToolbarButton
210
-                    iconName = 'hangup'
211
-                    iconStyle = { styles.toggleAudioOnlyIcon }
210
+                    iconName = 'visibility'
211
+                    iconStyle = { iconStyle }
212
                     onClick = { this.props._onToggleAudioOnly }
212
                     onClick = { this.props._onToggleAudioOnly }
213
                     style = { style }
213
                     style = { style }
214
                     underlayColor = { underlayColor } />
214
                     underlayColor = { underlayColor } />

+ 0
- 9
react/features/toolbox/components/styles.js View File

133
      */
133
      */
134
     secondaryToolbarButtonIcon,
134
     secondaryToolbarButtonIcon,
135
 
135
 
136
-    /**
137
-     * The icon style of the toolbar button in {@link #secondaryToolbar} which
138
-     * toggles the audio-only mode of the current conference.
139
-     */
140
-    toggleAudioOnlyIcon: {
141
-        ...secondaryToolbarButtonIcon,
142
-        transform: [ { rotate: '135deg' } ]
143
-    },
144
-
145
     /**
136
     /**
146
      * The style of the root/top-level {@link Container} of {@link Toolbox}
137
      * The style of the root/top-level {@link Container} of {@link Toolbox}
147
      * which contains {@link Toolbar}s.
138
      * which contains {@link Toolbar}s.

Loading…
Cancel
Save