Error inflating class io.github.yavski.fabspeeddial.FabSpeedDial
See original GitHub issueHi, 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:
- Created 7 years ago
- Comments:9 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@prashanthd Sometimes commenting on xml gives bizarre errors. Try deleting the dateFilter row and check if it works.
Look your layout for this namespace xmlns:app=“http://schemas.android.com/apk/res-auto” If not just copy and paste it