Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff51c0c8 authored by Gitsaibot's avatar Gitsaibot Committed by Jochen Sprickerhof
Browse files

Add Statusbar to simple_frame_layout and select_calendars_multi_accounts_fragment. Fixes #165

parent 4f0f6286
Loading
Loading
Loading
Loading
+53 −48
Original line number Diff line number Diff line
@@ -13,7 +13,11 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/drawer_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fitsSystemWindows="true">
    <LinearLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/calendars"
@@ -68,3 +72,4 @@
                android:text="@android:string/ok" />
        </LinearLayout>
    </LinearLayout>
</android.support.v4.widget.DrawerLayout>
 No newline at end of file
+10 −5
Original line number Diff line number Diff line
@@ -13,10 +13,15 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/drawer_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fitsSystemWindows="true">
    <FrameLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/main_frame"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:theme="@style/Base.CalendarAppThemeWithActionBar"/>
</android.support.v4.widget.DrawerLayout>
 No newline at end of file