-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
503fb8e
commit 839a3d3
Showing
9 changed files
with
78 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
|
||
<component> | ||
<consts> | ||
<int name="long" value="250"/> | ||
<int name="long" value="100%"/> | ||
</consts> | ||
|
||
<view extends="lv_obj" width="100%" height="100%" flex_flow="column"> | ||
<button_default width="#long" button_text="Hello"/> | ||
<button_default width="#long" button_text="Hello"/> | ||
<button_default width="#long" button_text="Hello"/> | ||
<button_error width="#long" button_text="Hello"/> | ||
<button_warning width="#long" button_text="Hello"/> | ||
<button_default width="#long" button_text="Hello"/> | ||
<button_default width="#long" button_text="Hello"/> | ||
<button_default width="#long" button_text="Hello"/> | ||
<button_default width="#long" button_text="Hello"/> | ||
<view extends="lv_obj" width="50%" height="100%" flex_flow="column" style_bg_color="0x114488"> | ||
<button_default width="#long" button_label="Hello"/> | ||
<button_default width="#long" button_label="Hello"/> | ||
<button_default width="#long" button_label="Hello"/> | ||
<button_error width="#long" button_label="Hello"/> | ||
<button_warning width="#long" button_label="Hello"/> | ||
<button_default width="#long" button_label="Hello"/> | ||
<button_default width="#long" button_label="Hello"/> | ||
<button_default width="#long" button_label="Hello"/> | ||
<button_default width="#long" button_label="Hello"/> | ||
</view> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters