Use regular preference theme for setup wizard
Use the regular preference theme rather than the settings specific one, because setup wizard doesn't want the space reserved for icon done in the settings theme. Also minor changes to Espresso FirstIdViewMatcher for a more descriptive message. Test: runtest --path tests/app/src/com/android/settings/dashboard/PreferenceThemeTest.java Bug: 33922083 Change-Id: Ic878ccf7b01cfa090ca4587b160e1f9dedfb8d3a
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
|
||||
<style name="PreferenceTheme.SetupWizard" parent="PreferenceTheme">
|
||||
<item name="preferenceFragmentStyle">@style/SetupWizardPreferenceFragmentStyle</item>
|
||||
<item name="preferenceStyle">@style/Preference.Material</item>
|
||||
</style>
|
||||
|
||||
<style name="SetupWizardPreferenceFragmentStyle" parent="PreferenceFragment.Material">
|
||||
|
Reference in New Issue
Block a user