Remove array.xml and re-enable (partially working) light theme.

This commit is contained in:
Vavassor 2017-03-21 20:40:00 -04:00
commit b3e9b86b61
4 changed files with 14 additions and 34 deletions

View file

@ -64,12 +64,9 @@ public class BaseActivity extends AppCompatActivity {
createMastodonAPI();
createTuskyAPI();
/* Note from Andrew March 13, 2017: Keep this and restore it when the light theme is no
longer bugged.
if (PreferenceManager.getDefaultSharedPreferences(this).getBoolean("lightTheme", false)) {
setTheme(R.style.AppTheme_Light);
}
*/
}
@Override

View file

@ -153,9 +153,7 @@ public class MainActivity extends BaseActivity {
}
@Override
public void onTabReselected(TabLayout.Tab tab) {
}
public void onTabReselected(TabLayout.Tab tab) {}
});
Intent intent = getIntent();