Replace main activity xml with AppScaffold.

This commit is contained in:
Alex Hart
2025-03-25 14:01:20 -03:00
committed by Cody Henthorne
parent 8053d567f2
commit 276285ebef
8 changed files with 149 additions and 39 deletions

View File

@@ -1121,5 +1121,12 @@ object RemoteConfig {
hotSwappable = true
)
/** Whether to allow different WindowSizeClasses to be used to determine screen layout */
val largeScreenUi: Boolean by remoteBoolean(
key = "android.largeScreenUI",
defaultValue = false,
hotSwappable = false
)
// endregion
}