Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Change from checkbox to switch #1097

Merged
merged 3 commits into from
Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
<Compile Include="Services\IPlatformService.cs" />
<Compile Include="Services\LocalPathService.cs" />
<Compile Include="Services\EventLogSubmissionBackgroundService.cs" />
<Compile Include="Renderers\AccessibilityContentViewRenderer.cs" />
<Compile Include="Services\DataMaintainanceBackgroundService.cs" />
</ItemGroup>
<ItemGroup>
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion Covid19Radar/Covid19Radar.iOS/Covid19Radar.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@
<None Include="EntitlementsDebug.plist" />
<Compile Include="Services\LocalPathService.cs" />
<Compile Include="Services\EventLogSubmissionBackgroundService.cs" />
<Compile Include="Renderers\AccessibilityContentViewRenderer.cs" />
<Compile Include="Services\DataMaintainanceBackgroundService.cs" />
</ItemGroup>
<ItemGroup>
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions Covid19Radar/Covid19Radar/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,6 @@
<Setter Property="TextColor" Value="{StaticResource PrimaryText}" />
</Style>

<Style x:Key="DefaultCheckBox" TargetType="CheckBox">
<Setter Property="Color" Value="{StaticResource CheckBoxColor}" />
</Style>

</ResourceDictionary>
</Application.Resources>
</prism:PrismApplication>
29 changes: 0 additions & 29 deletions Covid19Radar/Covid19Radar/Controls/AccessibilityContentView.cs

This file was deleted.

1 change: 0 additions & 1 deletion Covid19Radar/Covid19Radar/Covid19Radar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Controls\CustomDatePicker.cs" />
<Compile Include="Controls\AccessibilityContentView.cs" />
</ItemGroup>
<ItemGroup>
<Compile Update="Templates\BeaconItemTemplate .xaml.cs">
Expand Down
27 changes: 0 additions & 27 deletions Covid19Radar/Covid19Radar/Resources/AppResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions Covid19Radar/Covid19Radar/Resources/AppResources.ja.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1514,17 +1514,4 @@ COCOAのソースコードは次のURLから入手できます。</comment>
<comment>設定を保存しました</comment>
</data>

<data name="On" xml:space="preserve">
<value>オン</value>
<comment>オン</comment>
</data>
<data name="Off" xml:space="preserve">
<value>オフ</value>
<comment>オフ</comment>
</data>
<data name="CheckBox" xml:space="preserve">
<value>チェックボックス</value>
<comment>チェックボックス</comment>
</data>

</root>
13 changes: 0 additions & 13 deletions Covid19Radar/Covid19Radar/Resources/AppResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1621,17 +1621,4 @@ By collecting the number of notifications, we can use it to understand how many
<comment>設定を保存しました</comment>
</data>

<data name="On" xml:space="preserve">
<value>On</value>
<comment>オン</comment>
</data>
<data name="Off" xml:space="preserve">
<value>Off</value>
<comment>オフ</comment>
</data>
<data name="CheckBox" xml:space="preserve">
<value>CheckBox</value>
<comment>チェックボックス</comment>
</data>

</root>
13 changes: 0 additions & 13 deletions Covid19Radar/Covid19Radar/Resources/AppResources.zh-Hans.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1518,17 +1518,4 @@ COCOAのソースコードは次のURLから入手できます。</comment>
<comment>設定を保存しました</comment>
</data>

<data name="On" xml:space="preserve">
<value>打开</value>
<comment>オン</comment>
</data>
<data name="Off" xml:space="preserve">
<value>关闭</value>
<comment>オフ</comment>
</data>
<data name="CheckBox" xml:space="preserve">
<value>复选框</value>
<comment>チェックボックス</comment>
</data>

</root>
Loading