This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 android : src =" @drawable/ic_icon_microphone"
4646 android : tint =" @color/fog"
4747 android : tooltipText =" @string/voice_search_tooltip"
48+ app : privateMode =" @{viewmodel.isPrivateSession}"
4849 app : visibleGone =" @{viewmodel.isMicrophoneEnabled && !viewmodel.isFocused}" />
4950
5051 <org .mozilla.vrbrowser.ui.views.UIButton
5354 android : src =" @{viewmodel.isBookmarked ? @drawable/ic_icon_bookmarked_active : @drawable/ic_icon_bookmarked}"
5455 android : tint =" @color/fog"
5556 android : tooltipText =" @string/bookmark_tooltip"
57+ app : privateMode =" @{viewmodel.isPrivateSession}"
5658 app : visibleGone =" @{!(viewmodel.isLibraryVisible || viewmodel.isUrlEmpty) && !viewmodel.isFocused}"
5759 tools : src =" @drawable/ic_icon_bookmarked" />
5860
6264 android : src =" @drawable/ic_icon_clear"
6365 android : tint =" @color/fog"
6466 android : tooltipText =" @string/clear_tooltip"
67+ app : privateMode =" @{viewmodel.isPrivateSession}"
6568 app : visibleGone =" @{viewmodel.isFocused && !viewmodel.isUrlEmpty}" />
6669 </LinearLayout >
6770
9396 android : src =" @drawable/ic_icon_popup_awesomebar"
9497 android : tint =" @color/fog"
9598 android : tooltipText =" @string/popup_tooltip"
99+ app : privateMode =" @{viewmodel.isPrivateSession}"
96100 app : visibleGone =" @{viewmodel.isPopUpAvailable}" />
97101
98102 <View
You can’t perform that action at this time.
0 commit comments