Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -394,7 +394,7 @@ </intent-filter> </activity> <activity android:name="com.android.camera.ProxyLauncher" android:theme="@android:style/Theme.NoDisplay"> android:theme="@style/Theme.ProxyLauncher"> </activity> </application> </manifest> res/values/styles.xml +2 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ </style> <style name="DialogPickerTheme" parent="Theme.Gallery"> </style> <style name="Theme.ProxyLauncher" parent="@android:Theme.Translucent.NoTitleBar"> </style> <bool name="picker_is_dialog">false</bool> <color name="darker_transparent">#C1000000</color> <style name="ActionBarTwoLinePrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"></style> Loading Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -394,7 +394,7 @@ </intent-filter> </activity> <activity android:name="com.android.camera.ProxyLauncher" android:theme="@android:style/Theme.NoDisplay"> android:theme="@style/Theme.ProxyLauncher"> </activity> </application> </manifest>
res/values/styles.xml +2 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ </style> <style name="DialogPickerTheme" parent="Theme.Gallery"> </style> <style name="Theme.ProxyLauncher" parent="@android:Theme.Translucent.NoTitleBar"> </style> <bool name="picker_is_dialog">false</bool> <color name="darker_transparent">#C1000000</color> <style name="ActionBarTwoLinePrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"></style> Loading