|
@@ -14,6 +14,15 @@ export const AVATAR_SIZE = 50;
|
14
|
14
|
* The styles of the feature filmstrip.
|
15
|
15
|
*/
|
16
|
16
|
export default {
|
|
17
|
+ /**
|
|
18
|
+ * Highlighted indicator additional style.
|
|
19
|
+ */
|
|
20
|
+ highlightedIndicator: {
|
|
21
|
+ backgroundColor: ColorPalette.blue,
|
|
22
|
+ borderRadius: 16,
|
|
23
|
+ padding: 4
|
|
24
|
+ },
|
|
25
|
+
|
17
|
26
|
/**
|
18
|
27
|
* Dominant speaker indicator style.
|
19
|
28
|
*/
|
|
@@ -28,19 +37,6 @@ export default {
|
28
|
37
|
}
|
29
|
38
|
},
|
30
|
39
|
|
31
|
|
- /**
|
32
|
|
- * Dominant speaker indicator background style.
|
33
|
|
- */
|
34
|
|
- indicatorBackground: {
|
35
|
|
- alignItems: 'center',
|
36
|
|
- backgroundColor: ColorPalette.blue,
|
37
|
|
- borderRadius: 16,
|
38
|
|
- flexDirection: 'row',
|
39
|
|
- justifyContent: 'center',
|
40
|
|
- height: 20,
|
41
|
|
- width: 20
|
42
|
|
- },
|
43
|
|
-
|
44
|
40
|
/**
|
45
|
41
|
* The style of the narrow {@link Filmstrip} version which displays
|
46
|
42
|
* thumbnails in a row at the bottom of the screen.
|