fix some lint warnings and Kotlin style issues (#1390)
parent
dd895202bf
commit
e1c74dd8ca
@ -1,18 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
xmlns:tools="http://schemas.android.com/tools" |
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
||||||
android:id="@+id/activity_instance_list" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="match_parent" |
|
||||||
tools:context="com.keylesspalace.tusky.InstanceListActivity"> |
|
||||||
|
|
||||||
<include layout="@layout/toolbar_basic" /> |
|
||||||
|
|
||||||
<FrameLayout |
|
||||||
android:id="@+id/fragment_container" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="match_parent" |
|
||||||
app:layout_behavior="@string/appbar_scrolling_view_behavior" /> |
|
||||||
|
|
||||||
</androidx.coordinatorlayout.widget.CoordinatorLayout> |
|
@ -1,10 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<menu xmlns:app="http://schemas.android.com/apk/res-auto" |
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
||||||
|
|
||||||
<item |
|
||||||
android:id="@+id/action_report" |
|
||||||
android:title="@string/action_report" |
|
||||||
android:icon="@drawable/ic_send_24dp" |
|
||||||
app:showAsAction="always"/> |
|
||||||
</menu> |
|
Loading…
Reference in new issue