Use a transparent background for the streaming activity to avoid overdraw

This commit is contained in:
Cameron Gutman
2014-11-16 17:18:53 -08:00
parent d08eeb8a2d
commit 43b1a73ae0
2 changed files with 11 additions and 0 deletions

View File

@@ -64,6 +64,7 @@
<activity
android:name=".Game"
android:screenOrientation="sensorLandscape"
android:theme="@style/StreamTheme"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"