Updated theming for the new login screen

This commit is contained in:
Paul Hawke 2017-10-06 07:29:35 -05:00
parent 529f5415c3
commit f55c27a625
8 changed files with 193 additions and 114 deletions

View file

@ -19,7 +19,7 @@
android:name=".CommonsApplication"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.AppCompat"
android:theme="@style/LightAppTheme"
android:supportsRtl="true" >
<activity android:name="org.acra.CrashReportDialog"
android:theme="@android:style/Theme.Dialog"