mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 10:58:29 +03:00
parent
a1912526c2
commit
bc2eb212a6
1 changed files with 6 additions and 4 deletions
|
@ -23,19 +23,21 @@
|
||||||
Title="{u:I18n EnableSyncOnRefresh}"
|
Title="{u:I18n EnableSyncOnRefresh}"
|
||||||
IsToggled="{Binding EnableSyncOnRefresh}"
|
IsToggled="{Binding EnableSyncOnRefresh}"
|
||||||
Subtitle="{u:I18n EnableSyncOnRefreshDescription}"
|
Subtitle="{u:I18n EnableSyncOnRefreshDescription}"
|
||||||
AutomationId="SubmitCrashLogsSwitch"
|
AutomationId="SyncOnRefreshSwitch"
|
||||||
StyleClass="settings-item-view"
|
StyleClass="settings-item-view"
|
||||||
HorizontalOptions="FillAndExpand" />
|
HorizontalOptions="FillAndExpand" />
|
||||||
|
|
||||||
<StackLayout StyleClass="box" Margin="0,12,0,0">
|
<StackLayout StyleClass="box" Margin="0,12,0,0">
|
||||||
<Button
|
<Button
|
||||||
Text="{u:I18n SyncNow}"
|
Text="{u:I18n SyncNow}"
|
||||||
Command="{Binding SyncCommand}"></Button>
|
Command="{Binding SyncCommand}"
|
||||||
|
AutomationId="SyncNowButton"></Button>
|
||||||
<Label
|
<Label
|
||||||
Text="{Binding LastSyncDisplay}"
|
Text="{Binding LastSyncDisplay}"
|
||||||
StyleClass="text-muted, text-sm"
|
StyleClass="text-muted, text-sm"
|
||||||
HorizontalTextAlignment="Start"
|
HorizontalTextAlignment="Start"
|
||||||
Margin="0,10" />
|
Margin="0,10"
|
||||||
|
AutomationId="LastSyncLabel" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
|
||||||
<controls:SettingChooserItemView
|
<controls:SettingChooserItemView
|
||||||
|
@ -51,7 +53,7 @@
|
||||||
Title="{u:I18n AllowScreenCapture}"
|
Title="{u:I18n AllowScreenCapture}"
|
||||||
IsToggled="{Binding IsScreenCaptureAllowed}"
|
IsToggled="{Binding IsScreenCaptureAllowed}"
|
||||||
IsEnabled="{Binding CanToggleeScreenCaptureAllowed}"
|
IsEnabled="{Binding CanToggleeScreenCaptureAllowed}"
|
||||||
AutomationId="SubmitCrashLogsSwitch"
|
AutomationId="AllowScreenCaptureSwitch"
|
||||||
StyleClass="settings-item-view"
|
StyleClass="settings-item-view"
|
||||||
HorizontalOptions="FillAndExpand" />
|
HorizontalOptions="FillAndExpand" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue