question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error inflating class io.github.yavski.fabspeeddial.FabSpeedDial

See original GitHub issue

Hi, Below is the XML:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/activity_main"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity"
    >

    <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:padding="16dp">

        <io.github.yavski.fabspeeddial.FabSpeedDial
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="bottom|end"
            app:fabGravity="bottom_end"
            app:fabMenu="@menu/menu_main"
            app:miniFabBackgroundTint="@android:color/white"
            app:miniFabDrawableTint="?attr/colorPrimaryDark"
            app:miniFabTitleTextColor="?attr/colorPrimaryDark" />

    </FrameLayout>

</RelativeLayout>

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
leonardo2204commented, Dec 14, 2016

@prashanthd Sometimes commenting on xml gives bizarre errors. Try deleting the dateFilter row and check if it works.

0reactions
sayyadsulemancommented, Nov 3, 2021

Look your layout for this namespace xmlns:app=“http://schemas.android.com/apk/res-auto” If not just copy and paste it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating own FrameLayout class doesn't work - Stack Overflow
Creating own FrameLayout class doesn't work ... I would like to create a own FrameLayout class where I can cancel the toch event...
Read more >
io.github.yavski.fabspeeddial.FabSpeedDial.openMenu java code ...
Best Java code snippets using io.github.yavski.fabspeeddial.FabSpeedDial.openMenu (Showing top 2 results out of 315). origin: yavski/fab-speed-dial ...
Read more >
Floating Action Buttons - fab-speed-dial - The Android Arsenal
The library runs on Android 2.2 (API 8) onwards. Gettting started. Add the dependency to gradle.build. dependencies { compile 'io.github.yavski: ...
Read more >
Creating own FrameLayout class doesn t work - CodePrintr
MainFrameLayout> <io.github.yavski.fabspeeddial. ... XML file line #11: Binary XML file line #11: Error inflating class com.example.motivationsappbetter.
Read more >
FAB Speed Dial - io.github.yavski - Maven Repository
Home » io.github.yavski » fab-speed-dial. logo · FAB Speed Dial. FAB Speed Dial. Categories, Android Packages. Tags, githubaarandroid.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found