Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -231,7 +231,7 @@ <activity android:name="com.android.gallery3d.filtershow.FilterShowActivity" android:label="@string/title_activity_filter_show" android:theme="@style/Theme.Gallery" android:theme="@style/Theme.FilterShow" android:configChanges="keyboardHidden|orientation|screenSize"> <intent-filter> <action android:name="android.intent.action.EDIT" /> Loading res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ <item name="android:colorBackground">@null</item> <item name="android:colorBackgroundCacheHint">@null</item> </style> <style name="Theme.FilterShow" parent="Theme.Gallery"> <item name="android:windowBackground">@null</item> <item name="android:windowContentOverlay">@null</item> </style> <style name="Holo.ActionBar" parent="android:Widget.Holo.ActionBar"> <item name="android:displayOptions">useLogo|showHome</item> <item name="android:background">@drawable/actionbar_translucent</item> Loading Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -231,7 +231,7 @@ <activity android:name="com.android.gallery3d.filtershow.FilterShowActivity" android:label="@string/title_activity_filter_show" android:theme="@style/Theme.Gallery" android:theme="@style/Theme.FilterShow" android:configChanges="keyboardHidden|orientation|screenSize"> <intent-filter> <action android:name="android.intent.action.EDIT" /> Loading
res/values/styles.xml +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ <item name="android:colorBackground">@null</item> <item name="android:colorBackgroundCacheHint">@null</item> </style> <style name="Theme.FilterShow" parent="Theme.Gallery"> <item name="android:windowBackground">@null</item> <item name="android:windowContentOverlay">@null</item> </style> <style name="Holo.ActionBar" parent="android:Widget.Holo.ActionBar"> <item name="android:displayOptions">useLogo|showHome</item> <item name="android:background">@drawable/actionbar_translucent</item> Loading