Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use App Theme Or change theme #25

Open
sjd753 opened this issue Feb 22, 2017 · 2 comments
Open

Use App Theme Or change theme #25

sjd753 opened this issue Feb 22, 2017 · 2 comments

Comments

@sjd753
Copy link

sjd753 commented Feb 22, 2017

Feature required: Use App Theme or change theme of the activities. Although theme for FullScreenImageGalleryActivity can be replaced using tools:replace="android:theme".

@manijak
Copy link

manijak commented Feb 16, 2018

@sjd753 could you explain how you managed to change the theme for FullScreenImageGalleryActivity? I've also used the tools:replace="android:theme" but the theme is not applied...

@androidovshchik
Copy link

This works for me

<activity
            android:name="com.etiennelawlor.imagegallery.library.activities.ImageGalleryActivity"
            android:configChanges="orientation|keyboardHidden|screenSize"
            android:launchMode="singleTask"
            android:theme="@style/AppTheme.NoActionBar" />
<activity
            android:name="com.etiennelawlor.imagegallery.library.activities.FullScreenImageGalleryActivity"
            android:configChanges="orientation|keyboardHidden|screenSize"
            android:launchMode="singleTask"
            android:theme="@style/AppTheme.NoActionBar"
            tools:replace="android:theme" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants