layout_fake_statusbar.xml 275 Bytes
<?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/fake_status_bar"
    android:layout_width="match_parent"
    android:layout_height="@dimen/statusbar_view_height"
    android:background="#28272d" />