-
Notifications
You must be signed in to change notification settings - Fork 15
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
500f8d6
commit 32d915b
Showing
10 changed files
with
13 additions
and
36 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
examples/components/button_default.xml → ...les/components/buttons/button_default.xml
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
3 changes: 0 additions & 3 deletions
3
examples/components/button_error.xml → examples/components/buttons/button_error.xml
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
3 changes: 0 additions & 3 deletions
3
examples/components/button_warning.xml → ...les/components/buttons/button_warning.xml
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 was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<component> | ||
<view extends="lv_obj" width="100%" height="100%" style_radius="0" style_border_width="0"> | ||
<lv_obj flex_flow="column" width="50%" height="100%"> | ||
<slider_box title="First"/> | ||
<slider_box title="Temperature of the Living room"/> | ||
<slider_box title="The last one"/> | ||
</lv_obj> | ||
|
||
<button_error text="Default" align="center"/> | ||
</view> | ||
</component> |
This file was deleted.
Oops, something went wrong.
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