mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 12:24:49 +00:00
Improved EditEntryActivity layout
This commit is contained in:
parent
740c1fcab9
commit
ddedcfb7f1
4 changed files with 13 additions and 9 deletions
|
@ -231,9 +231,9 @@ public class EditEntryActivity extends AegisActivity {
|
|||
@Override
|
||||
protected void setPreferredTheme(boolean darkMode) {
|
||||
if (darkMode) {
|
||||
setTheme(R.style.AppTheme_Dark_TransparentActionBar);
|
||||
setTheme(R.style.AppTheme_Dark);
|
||||
} else {
|
||||
setTheme(R.style.AppTheme_TransparentActionBar);
|
||||
setTheme(R.style.AppTheme);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue