Update style name
Bug: 187923403
Test: make SettingsRoboTests
Change-Id: I01455cef919cb8692df9d275c8dff0c68d75861f
(cherry picked from commit 2b6a081a0b
)
This commit is contained in:
committed by
Colin Cross
parent
b242934da5
commit
fb6500410f
@@ -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);
|
||||
|
Reference in New Issue
Block a user