TextFloatingActionButton
Android floating action button (fab) with text
Install / Use
/learn @EdSergeev/TextFloatingActionButtonREADME
TextFloatingActionButton
Android floating action button (fab) with text

Download
Download via Gradle:
compile 'com.github.edsergeev:text-fab:1.0.0'
Usage
You can use it as regular FloatingActionButton, but with additional attributes
<com.github.edsergeev.TextFloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:scaleType="center"
android:src="@drawable/ic_draft_n_black"
app:backgroundTint="@android:color/white"
app:useCompatPadding="true"
android:text="10"
app:text_x_offset="7dp"
app:text_y_offset="10dp"
android:textColor="#000"
android:textSize="18sp"
android:textStyle="bold"
android:fontFamily="sans-serif-medium" />
License
Licensed under the Apache License, Version 2.0 (the "License");
http://www.apache.org/licenses/LICENSE-2.0
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
