Created
June 9, 2017 06:52
-
-
Save insthync/8d308d8f9a46b79487f064771df3f71c to your computer and use it in GitHub Desktop.
Example transparent activity theme configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<activity android:name="com.youcompany.yourpackage.ActivityName" | |
android:launchMode="singleInstance" | |
android:theme="@style/Theme.Transparent"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment