Clean up some UnusedResources detected by lint
Bug: 234570979 Test: Manual with Settings App Change-Id: I2ad634d9beba623a5cdcff015c9aa28d78525cb7
This commit is contained in:
@@ -83,7 +83,7 @@ public class HighlightablePreferenceGroupAdapterTest {
|
||||
false /* highlighted*/));
|
||||
when(mAdapter.getItem(anyInt())).thenReturn(mPreference);
|
||||
mViewHolder = PreferenceViewHolder.createInstanceForTests(
|
||||
View.inflate(mContext, R.layout.app_preference_item, null));
|
||||
View.inflate(mContext, R.layout.preference, null));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user