Compose activity fixes (#1707)
* cleanup media keyboard code * fix crash in ComposeActivity when rotating phone while taking photo * fix poll button in ComposeActivity being invisible when disabled
This commit is contained in:
parent
74119aed30
commit
aba36ca6f8
2 changed files with 22 additions and 38 deletions
|
@ -10,7 +10,7 @@
|
|||
<color name="textColorPrimary">@color/white</color>
|
||||
<color name="textColorSecondary">@color/tusky_grey_90</color>
|
||||
<color name="textColorTertiary">@color/tusky_grey_70</color>
|
||||
<color name="textColorDisabled">@color/tusky_grey_30</color>
|
||||
<color name="textColorDisabled">@color/tusky_grey_40</color>
|
||||
|
||||
<color name="iconColor">@color/tusky_grey_70</color>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue