commit | 63ecd2781f215a6f7d58784f46cbdb8574ea6ef8 | [log] [tgz] |
---|---|---|
author | Haijie Hong <hahong@google.com> | Wed Sep 25 16:55:31 2024 +0800 |
committer | Haijie Hong <hahong@google.com> | Wed Sep 25 09:02:07 2024 +0000 |
tree | c9e0202a9c5870c785bfb7c38ba8c1e43fd6e7b6 | |
parent | 7e7530bfd1efaed3ceb19a1c3d209db3a08dac29 [diff] |
Add icon for more settings preference BUG: 343317785 Test: atest DeviceSettingRepositoryTest Flag: com.android.settings.flags.enable_bluetooth_device_details_polish Change-Id: Id7c272edce5ff8166f03b7162ac9ba5ff1f15097
diff --git a/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt b/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt index 074e520..ecd700b 100644 --- a/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt +++ b/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt
@@ -362,7 +362,12 @@ ) .launch() } - override val icon = @Composable { deviceSettingIcon(null) } + override val icon = + @Composable { + deviceSettingIcon( + DeviceSettingIcon.ResourceIcon(R.drawable.ic_chevron_right_24dp) + ) + } } ) }