Merge "Change style of search bar text to allow OEM costomization."
This commit is contained in:
committed by
Android (Google) Code Review
commit
302bdac10f
@@ -340,6 +340,7 @@ public class SettingsActivity extends SettingsDrawerActivity
|
||||
if (actionBar != null) {
|
||||
actionBar.setDisplayHomeAsUpEnabled(mDisplayHomeAsUpEnabled);
|
||||
actionBar.setHomeButtonEnabled(mDisplayHomeAsUpEnabled);
|
||||
actionBar.setDisplayShowTitleEnabled(!mIsShowingDashboard);
|
||||
}
|
||||
mSwitchBar = findViewById(R.id.switch_bar);
|
||||
if (mSwitchBar != null) {
|
||||
|
Reference in New Issue
Block a user