|
3 | 3 |
|
4 | 4 | <Label text="pixels" /> |
5 | 5 | <StackLayout borderWidth="1px" borderColor="black" horizontalAlignment="left" verticalAlignment="top" orientation="horizontal" padding="1px"> |
6 | | - <Label text="Label" borderWidth="1px" borderRadius="45px" borderColor="green" padding="1px" margin="1px" /> |
7 | | - <Button text="Button" borderWidth="1px" borderRadius="45px" borderColor="green" padding="1px" margin="1px" /> |
8 | | - <TextView text="Text View" borderWidth="1px" borderRadius="45px" borderColor="green" padding="1px" margin="1px" /> |
9 | | - <TextField text="Text Field" borderWidth="1px" borderRadius="45px" borderColor="green" padding="1px" margin="1px" /> |
10 | | - <Image src="~/ui-tests-app/image-view/gravatar.png" borderWidth="1px" borderRadius="45px" borderColor="green" padding="1px" margin="1px" /> |
| 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" /> |
| 8 | + <TextView text="Text View" borderWidth="1px" borderRadius="10px" borderColor="green" padding="1px" margin="1px" /> |
| 9 | + <TextField text="Text Field" borderWidth="1px" borderRadius="10px" borderColor="green" padding="1px" margin="1px" /> |
| 10 | + <Image src="~/ui-tests-app/image-view/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 | | - <Label text="Label" borderWidth="5px" borderRadius="45px" borderColor="black" padding="5px" margin="5px" /> |
15 | | - <Button text="Button" borderWidth="4px" borderRadius="45px" borderColor="black" padding="4px" margin="4px" /> |
16 | | - <TextView text="Text View" borderWidth="3px" borderRadius="45px" borderColor="black" padding="3px" margin="3px" /> |
17 | | - <TextField text="Text Field" borderWidth="2px" borderRadius="45px" borderColor="black" padding="2px" margin="2px" /> |
| 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" /> |
| 16 | + <TextView text="Text View" borderWidth="3px" borderRadius="10px" borderColor="black" padding="3px" margin="3px" /> |
| 17 | + <TextField text="Text Field" borderWidth="2px" borderRadius="10px" borderColor="black" padding="2px" margin="2px" /> |
18 | 18 | </StackLayout> |
19 | 19 |
|
20 | 20 | <StackLayout borderWidth="3px" borderColor="black" orientation="horizontal" padding="3px"> |
21 | | - <StackLayout borderWidth="1px" borderRadius="45px" borderColor="green" padding="1px" margin="1px"> |
| 21 | + <StackLayout borderWidth="1px" borderRadius="10px" borderColor="green" padding="1px" margin="1px"> |
22 | 22 | <StackLayout borderWidth="1px" borderColor="black" margin="0px" width="75px" height="75px" /> |
23 | 23 | </StackLayout> |
24 | | - <StackLayout borderWidth="2px" borderRadius="45px" borderColor="green" padding="2px" margin="2px"> |
| 24 | + <StackLayout borderWidth="2px" borderRadius="10px" borderColor="green" padding="2px" margin="2px"> |
25 | 25 | <StackLayout borderWidth="2px" borderColor="black" margin="1px" width="75px" height="75px" /> |
26 | 26 | </StackLayout> |
27 | | - <StackLayout borderWidth="3px" borderRadius="45px" borderColor="green" padding="3px" margin="3px"> |
| 27 | + <StackLayout borderWidth="3px" borderRadius="10px" borderColor="green" padding="3px" margin="3px"> |
28 | 28 | <StackLayout borderWidth="3px" borderColor="black" margin="2px" width="75px" height="75px" /> |
29 | 29 | </StackLayout> |
30 | 30 | </StackLayout> |
31 | 31 |
|
32 | 32 | <Label text="device independent pixels" /> |
33 | 33 | <StackLayout borderWidth="1" borderColor="black" horizontalAlignment="left" verticalAlignment="top" orientation="horizontal" padding="1"> |
34 | | - <Label text="Label" borderWidth="1" borderRadius="45" borderColor="green" padding="1" margin="1" /> |
35 | | - <Button text="Button" borderWidth="1" borderRadius="45" borderColor="green" padding="1" margin="1" /> |
36 | | - <TextView text="Text View" borderWidth="1" borderRadius="45" borderColor="green" padding="1" margin="1" /> |
37 | | - <TextField text="Text Field" borderWidth="1" borderRadius="45" borderColor="green" padding="1" margin="1" /> |
38 | | - <Image src="~/ui-tests-app/image-view/gravatar.png" borderWidth="1" borderRadius="45" borderColor="green" padding="1" margin="1" /> |
| 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" /> |
| 36 | + <TextView text="Text View" borderWidth="1" borderRadius="10" borderColor="green" padding="1" margin="1" /> |
| 37 | + <TextField text="Text Field" borderWidth="1" borderRadius="10" borderColor="green" padding="1" margin="1" /> |
| 38 | + <Image src="~/ui-tests-app/image-view/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 | | - <Label text="Label" borderWidth="5" borderRadius="45" borderColor="black" padding="5" margin="5" /> |
43 | | - <Button text="Button" borderWidth="4" borderRadius="45" borderColor="black" padding="4" margin="4" /> |
44 | | - <TextView text="Text View" borderWidth="3" borderRadius="45" borderColor="black" padding="3" margin="3" /> |
45 | | - <TextField text="Text Field" borderWidth="2" borderRadius="45" borderColor="black" padding="2" margin="2" /> |
| 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" /> |
| 44 | + <TextView text="Text View" borderWidth="3" borderRadius="10" borderColor="black" padding="3" margin="3" /> |
| 45 | + <TextField text="Text Field" borderWidth="2" borderRadius="10" borderColor="black" padding="2" margin="2" /> |
46 | 46 | </StackLayout> |
47 | 47 |
|
48 | 48 | <StackLayout borderWidth="3" borderColor="black" orientation="horizontal" padding="3"> |
49 | | - <StackLayout borderWidth="1" borderRadius="45" borderColor="green" padding="1" margin="1"> |
| 49 | + <StackLayout borderWidth="1" borderRadius="10" borderColor="green" padding="1" margin="1"> |
50 | 50 | <StackLayout borderWidth="1" borderColor="black" margin="0" width="75" height="75" /> |
51 | 51 | </StackLayout> |
52 | | - <StackLayout borderWidth="2" borderRadius="45" borderColor="green" padding="2" margin="2"> |
| 52 | + <StackLayout borderWidth="2" borderRadius="10" borderColor="green" padding="2" margin="2"> |
53 | 53 | <StackLayout borderWidth="2" borderColor="black" margin="1" width="75" height="75" /> |
54 | 54 | </StackLayout> |
55 | | - <StackLayout borderWidth="3" borderRadius="45" borderColor="green" padding="3" margin="3"> |
| 55 | + <StackLayout borderWidth="3" borderRadius="10" borderColor="green" padding="3" margin="3"> |
56 | 56 | <StackLayout borderWidth="3" borderColor="black" margin="2" width="75" height="75" /> |
57 | 57 | </StackLayout> |
58 | 58 | </StackLayout> |
|
0 commit comments