|
4 | 4 | <Label text="pixels" /> |
5 | 5 | <StackLayout borderWidth="1px" borderColor="black" horizontalAlignment="left" verticalAlignment="top" orientation="horizontal" padding="1px"> |
6 | 6 | <Label text="Label" borderWidth="1px" borderRadius="10px" borderColor="green" padding="1px" margin="1px" /> |
7 | | - <Button text="Button" borderWidth="1px" borderRadius="10px" borderColor="green" padding="1px" margin="1px" backgroundColor="orange" /> |
| 7 | + <Button text="Button" borderWidth="1px" borderRadius="10px" borderColor="green" padding="1px" margin="1px" androidElevation="0" /> |
8 | 8 | <TextView text="Text View" borderWidth="1px" borderRadius="10px" borderColor="green" padding="1px" margin="1px" /> |
9 | 9 | <TextField text="Text Field" borderWidth="1px" borderRadius="10px" borderColor="green" padding="1px" margin="1px" /> |
10 | 10 | <Image src="~/ui-tests-app/resources/images/gravatar.png" borderWidth="1px" borderRadius="10px" borderColor="green" padding="1px" margin="1px" /> |
11 | 11 | </StackLayout> |
12 | 12 |
|
13 | 13 | <StackLayout borderWidth="2px" borderColor="green" orientation="horizontal" padding="2px"> |
14 | 14 | <Label text="Label" borderWidth="5px" borderRadius="10px" borderColor="black" padding="5px" margin="5px" /> |
15 | | - <Button text="Button" borderWidth="4px" borderRadius="10px" borderColor="black" padding="4px" margin="4px" backgroundColor="orange" /> |
| 15 | + <Button text="Button" borderWidth="4px" borderRadius="10px" borderColor="black" padding="4px" margin="4px" androidElevation="0" /> |
16 | 16 | <TextView text="Text View" borderWidth="3px" borderRadius="10px" borderColor="black" padding="3px" margin="3px" /> |
17 | 17 | <TextField text="Text Field" borderWidth="2px" borderRadius="10px" borderColor="black" padding="2px" margin="2px" /> |
18 | 18 | </StackLayout> |
|
32 | 32 | <Label text="device independent pixels" /> |
33 | 33 | <StackLayout borderWidth="1" borderColor="black" horizontalAlignment="left" verticalAlignment="top" orientation="horizontal" padding="1"> |
34 | 34 | <Label text="Label" borderWidth="1" borderRadius="10" borderColor="green" padding="1" margin="1" /> |
35 | | - <Button text="Button" borderWidth="1" borderRadius="10" borderColor="green" padding="1" margin="1" backgroundColor="orange" /> |
| 35 | + <Button text="Button" borderWidth="1" borderRadius="10" borderColor="green" padding="1" margin="1" androidElevation="0" /> |
36 | 36 | <TextView text="Text View" borderWidth="1" borderRadius="10" borderColor="green" padding="1" margin="1" /> |
37 | 37 | <TextField text="Text Field" borderWidth="1" borderRadius="10" borderColor="green" padding="1" margin="1" /> |
38 | 38 | <Image src="~/ui-tests-app/resources/images/gravatar.png" borderWidth="1" borderRadius="10" borderColor="green" padding="1" margin="1" /> |
39 | 39 | </StackLayout> |
40 | 40 |
|
41 | 41 | <StackLayout borderWidth="2" borderColor="green" orientation="horizontal" padding="2"> |
42 | 42 | <Label text="Label" borderWidth="5" borderRadius="10" borderColor="black" padding="5" margin="5" /> |
43 | | - <Button text="Button" borderWidth="4" borderRadius="10" borderColor="black" padding="4" margin="4" backgroundColor="orange" /> |
| 43 | + <Button text="Button" borderWidth="4" borderRadius="10" borderColor="black" padding="4" margin="4" androidElevation="0" /> |
44 | 44 | <TextView text="Text View" borderWidth="3" borderRadius="10" borderColor="black" padding="3" margin="3" /> |
45 | 45 | <TextField text="Text Field" borderWidth="2" borderRadius="10" borderColor="black" padding="2" margin="2" /> |
46 | 46 | </StackLayout> |
|
0 commit comments