Skip to content

Commit

Permalink
BLE.Client.Droid: get rid of two exceptions (Android.Views.InflateExc…
Browse files Browse the repository at this point in the history
…eption)

Android.Views.InflateException: Binary XML file line #1 in com.ble.client:layout/toolbar: Binary XML file line #1 in com.ble.client:layout/toolbar: Error inflating class android.support.v7.widget.Toolbar

Android.Views.InflateException: Binary XML file line #1 in com.ble.client:layout/tabs: Binary XML file line #1 in com.ble.client:layout/tabs: Error inflating class android.support.design.widget.TabLayout
  • Loading branch information
janusw committed Apr 19, 2021
1 parent 71bc711 commit 3592543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
<com.google.android.material.tabs.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/sliding_tabs"
android:layout_width="match_parent"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.appcompat.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
Expand Down

0 comments on commit 3592543

Please sign in to comment.