We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a5ec5 commit f9de13bCopy full SHA for f9de13b
docAndCom_sol/docAndCom/docAndCom/NewDocumentPage.xaml
@@ -35,7 +35,8 @@
35
<Button
36
Margin="0, 25, 0, 0"
37
Text="{Binding [takePhotoText], Source={x:Static resources:ResourceLoader.Instance}}"
38
- BackgroundColor="Goldenrod"
+ BackgroundColor="#5151CC"
39
+ TextColor="White"
40
Grid.Row="2"
41
Grid.Column="0"
42
Clicked="TakePhoto_Clicked"/>
@@ -67,6 +68,8 @@
67
68
Grid.ColumnSpan="2"/>
69
70
Margin="0, 18, 0, 0"
71
+ BackgroundColor="#6666FF"
72
73
Grid.Row="5"
74
Grid.Column="1"
75
Text="{Binding [documentImageText], Source={x:Static resources:ResourceLoader.Instance}}"
0 commit comments