Merge "Update style name" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-18 11:28:56 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ public class BluetoothDetailsButtonsControllerTest extends BluetoothDetailsContr
public void setUp() {
super.setUp();
final View buttons = View.inflate(
RuntimeEnvironment.application, R.layout.settings_action_buttons,
RuntimeEnvironment.application, R.layout.settingslib_action_buttons,
null /* parent */);
mConnectButton = buttons.findViewById(R.id.button2);
mForgetButton = buttons.findViewById(R.id.button1);