fix theme update
This commit is contained in:
parent
576bfd7be6
commit
9e72aa3b0f
2 changed files with 1 additions and 1 deletions
|
@ -83,6 +83,7 @@ public class NewFeedActivity extends AppCompatActivity {
|
|||
|
||||
ThemeChooser.chooseTheme(this);
|
||||
super.onCreate(savedInstanceState);
|
||||
ThemeChooser.afterOnCreate(this);
|
||||
setContentView(R.layout.activity_new_feed);
|
||||
|
||||
ButterKnife.bind(this);
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<style name="AppTheme" parent="AppTheme.Base"/>
|
||||
|
||||
<style name="AppThemeOLED" parent="AppTheme.Base">
|
||||
|
||||
<!-- for settings activity -->
|
||||
<item name="android:textColor">@android:color/white</item>
|
||||
<item name="android:textColorSecondary">@color/material_grey_500</item>
|
||||
|
|
Loading…
Reference in a new issue