mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +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>
|
</FrameLayout>
|
||||||
|
|
||||||
<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||||
android:id="@+id/tv__append_phone"
|
android:id="@+id/tv__append_phone"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@@ -29,12 +29,10 @@
|
|||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:contentDescription="@string/editor_add_phone"
|
android:contentDescription="@string/editor_add_phone"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:text="@string/editor_add_phone"
|
|
||||||
android:textColor="?accentButtonTextColor"
|
|
||||||
app:fabSize="normal"
|
app:fabSize="normal"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:icon="@drawable/ic_plus"
|
app:srcCompat="@drawable/ic_plus"
|
||||||
app:iconTint="?accentButtonTextColor" />
|
app:iconTint="?android:textColorPrimaryInverse" />
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user