naman14 / Timber

Material Design Music Player
7k stars 2.15k forks source link

Unable to set Dark theme as default theme #406

Open Tech-Nur opened 6 years ago

Tech-Nur commented 6 years ago

Hi, I am Nur .

I'm an Beginning-level Android developer. So you know that I do not know much things about Android. Even I don't have a project of my own. If you would have liked to say this problem in detail. Then I can learn something new from you.

Thank You.

moi8816 commented 5 years ago

go to your AndroidManifest then add this line in your application scope android:theme="@style/AppThemeNormalDark" example: <application android:name=".TimberApp" android:allowBackup="false" android:icon="@mipmap/ic_launcher" android:label="Bolt Music Player" android:theme="@style/AppThemeNormalDark" tools:replace="android:allowBackup, android:label">