mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[android] Switch add phone button to FAB
Signed-off-by: jeanbaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
jeanbaptisteC
parent
66d5306717
commit
512475ec5c
@@ -21,7 +21,7 @@
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/tv__append_phone"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -29,12 +29,10 @@
|
||||
android:clickable="true"
|
||||
android:contentDescription="@string/editor_add_phone"
|
||||
android:focusable="true"
|
||||
android:text="@string/editor_add_phone"
|
||||
android:textColor="?accentButtonTextColor"
|
||||
app:fabSize="normal"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:icon="@drawable/ic_plus"
|
||||
app:iconTint="?accentButtonTextColor" />
|
||||
app:srcCompat="@drawable/ic_plus"
|
||||
app:iconTint="?android:textColorPrimaryInverse" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
Reference in New Issue
Block a user