Added dark theme

This commit is contained in:
59436419 2017-01-17 22:35:23 +05:30
parent dfeed3d0eb
commit 44521a2e56
7 changed files with 0 additions and 1 deletions

View File

@ -17,6 +17,5 @@ public class Themer extends AppCompatActivity {
.getString("theme", getResources().getString(R.string.light_theme_title)), getResources().getString(R.string.dark_theme_title))) {
setTheme(R.style.DarkTheme);
}
else setTheme(R.style.BlackTheme);
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB