Android: Switch all activities to AppCompat-based Material themes, and use Support Library version of Floating Action Button.

This commit is contained in:
sigmabeta
2015-06-20 19:37:36 -04:00
committed by Eder Bastos
parent bb89a81053
commit fa2d06e7a4
12 changed files with 58 additions and 59 deletions

View File

@ -54,7 +54,7 @@
<activity
android:name=".activities.OverlayConfigActivity"
android:theme="@style/DolphinEmulationGamecube"/>
android:theme="@style/DolphinSettingsGamecube"/>
<service android:name=".services.AssetCopyService"/>