mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 16:40:32 +00:00
Added dark theme
This commit is contained in:
parent
dfeed3d0eb
commit
44521a2e56
@ -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.
BIN
app/src/main/res/drawable-hdpi/ic_rss_feed_black_24dp.png
Normal file
BIN
app/src/main/res/drawable-hdpi/ic_rss_feed_black_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 410 B |
BIN
app/src/main/res/drawable-mdpi/ic_rss_feed_black_24dp.png
Normal file
BIN
app/src/main/res/drawable-mdpi/ic_rss_feed_black_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 286 B |
BIN
app/src/main/res/drawable-xhdpi/ic_rss_feed_black_24dp.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/ic_rss_feed_black_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 532 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_rss_feed_black_24dp.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/ic_rss_feed_black_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 768 B |
BIN
app/src/main/res/drawable-xxxhdpi/ic_rss_feed_black_24dp.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/ic_rss_feed_black_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue
Block a user