-
Notifications
You must be signed in to change notification settings - Fork 6
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
Showing
6 changed files
with
67 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
package org.andbootmgr.app | ||
|
||
import androidx.compose.runtime.Composable | ||
|
||
/* | ||
uint32_t win_bg_color; | ||
uint8_t win_radius; | ||
uint8_t win_border_width; | ||
uint32_t win_border_color; | ||
uint32_t global_font_size; | ||
char* global_font_name; | ||
uint32_t button_unselected_color; | ||
uint32_t button_unselected_size; | ||
uint32_t button_unselected_text_color; | ||
uint32_t button_selected_color; | ||
uint32_t button_selected_size; | ||
uint32_t button_selected_text_color; | ||
uint8_t button_radius; | ||
bool button_grow_default; | ||
uint8_t button_border_unselected_width; | ||
uint32_t button_border_unselected_color; | ||
uint8_t button_border_selected_width; | ||
uint32_t button_border_selected_color; | ||
*/ | ||
@Composable | ||
fun Themes(vm: MainActivityState) { | ||
|
||
} |
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