mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
13 lines
141 B
CSS
13 lines
141 B
CSS
StackLayout {
|
|
background-color: lightgray;
|
|
}
|
|
|
|
Button {
|
|
font-size: 8;
|
|
width: 70;
|
|
height: 40;
|
|
}
|
|
|
|
TextView {
|
|
font-size: 8;
|
|
} |