Update SummaryPreference to use config_headlineFontFamily.
Also deleted a couple of unused files. Change-Id: I42b6f6c79c3a7ba00040d657204830c5a468a2b2 Fixes: 62385826 Test: manual
This commit is contained in:
@@ -32,9 +32,14 @@ import static junit.framework.Assert.assertEquals;
|
||||
import static junit.framework.Assert.assertTrue;
|
||||
|
||||
import com.android.settings.testutils.SettingsRobolectricTestRunner;
|
||||
import com.android.settings.testutils.shadow.SettingsShadowResources;
|
||||
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION,
|
||||
shadows = {
|
||||
SettingsShadowResources.class,
|
||||
SettingsShadowResources.SettingsShadowTheme.class
|
||||
})
|
||||
public class SummaryPreferenceTest {
|
||||
|
||||
private Context mContext;
|
||||
|
Reference in New Issue
Block a user