fix some lint warnings, use kotlin view imports in ModalTimeLineActivity

This commit is contained in:
Conny Duck 2018-07-23 15:18:33 +02:00
commit 67f4479e86
7 changed files with 10 additions and 28 deletions

View file

@ -10,7 +10,7 @@
<include layout="@layout/toolbar_basic" />
<FrameLayout
android:id="@+id/content_frame"
android:id="@+id/contentFrame"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />