Skip to content

Commit

Permalink
front: Define GalleryActivity theme in manifest rather than code.
Browse files Browse the repository at this point in the history
  • Loading branch information
littleguy77 committed May 4, 2015
1 parent fa68a90 commit d89350b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AndroidManifest.xml
Expand Up @@ -60,7 +60,8 @@
android:name="paulscode.android.mupen64plusae.GalleryActivity"
android:exported="false"
android:label="@string/GalleryActivity_title"
android:launchMode="singleTask" >
android:launchMode="singleTask"
android:theme="@style/Theme.AppCompat.NoActionBar" >
</activity>
<activity
android:name="paulscode.android.mupen64plusae.persistent.GamePrefsActivity"
Expand Down
1 change: 0 additions & 1 deletion src/paulscode/android/mupen64plusae/GalleryActivity.java
Expand Up @@ -133,7 +133,6 @@ protected void onNewIntent( Intent intent )
@Override
protected void onCreate( Bundle savedInstanceState )
{
super.setTheme( android.support.v7.appcompat.R.style.Theme_AppCompat_NoActionBar );
super.onCreate( savedInstanceState );

// Get app data and user preferences
Expand Down

0 comments on commit d89350b

Please sign in to comment.