Skip to content
Snippets Groups Projects
Commit b510d714 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Add tools context to activities

parent ff446381
No related branches found
No related tags found
No related merge requests found
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:openDrawer="start">
android:fitsSystemWindows="true">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
......
<de.kuschku.quasseldroid_ng.util.ui.NavigationDrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="?android:attr/windowBackground"
android:fitsSystemWindows="true"
app:insetForeground="?attr/colorPrimaryDark">
app:insetForeground="?attr/colorPrimaryDark"
tools:showIn="@layout/activity_main">
<LinearLayout
android:layout_width="match_parent"
......
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
tools:showIn="@layout/activity_main">
<LinearLayout
android:layout_width="match_parent"
......
<de.kuschku.quasseldroid_ng.util.ui.DrawerRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/nickList"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="end"
android:background="?android:attr/windowBackground"
android:clipToPadding="false"
android:fitsSystemWindows="true" />
android:fitsSystemWindows="true"
tools:showIn="@layout/activity_main" />
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment