Merge "Change aspect ratio summary and footer text" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dd34fa54e4
@@ -110,7 +110,7 @@ fun UserAspectRatioAppList(
|
||||
appList = appList,
|
||||
header = {
|
||||
Box(Modifier.padding(SettingsDimension.itemPadding)) {
|
||||
SettingsBody(UserAspectRatioAppsPageProvider.getSummary())
|
||||
SettingsBody(stringResource(R.string.aspect_ratio_main_summary, Build.MODEL))
|
||||
}
|
||||
Illustration(object : IllustrationModel {
|
||||
override val resId = R.raw.user_aspect_ratio_education
|
||||
|
||||
Reference in New Issue
Block a user