remove AppThemeHelper elements from xml files
This commit is contained in:
parent
e5a8d536a0
commit
e48d5cdfd2
8 changed files with 17 additions and 11 deletions
|
|
@ -45,9 +45,9 @@ public abstract class AbsThemeActivity extends AppCompatActivity {
|
|||
|
||||
@Override
|
||||
public void setTheme(int resId) {
|
||||
currentTheme = resId;
|
||||
|
||||
super.setTheme(resId);
|
||||
|
||||
currentTheme = resId;
|
||||
}
|
||||
|
||||
protected void setDrawUnderStatusBar() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue