Skip to content
This repository has been archived by the owner on Sep 22, 2018. It is now read-only.

Commit

Permalink
fix #1849
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Cai <xqsx43cxy@126.com>
  • Loading branch information
Peter Cai committed Nov 25, 2015
1 parent 0e1e732 commit b7707de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight-base/src/main/res/values/styles-dark.xml
Expand Up @@ -18,7 +18,7 @@
* along with BlackLight. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<style name="BL.Theme.Dark" parent="Theme.AppCompat">
<style name="BL.Theme.Dark" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@color/grey_900</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowNoTitle">true</item>
Expand Down

0 comments on commit b7707de

Please sign in to comment.