mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Center call link button.
This commit is contained in:
committed by
Greyson Parrelli
parent
6cf6ae8f5f
commit
756262c1fe
@@ -4,7 +4,7 @@
|
||||
tools:viewBindingIgnore="true"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/recipient_view_name"
|
||||
style="@style/Signal.Text.Preview"
|
||||
style="@style/Signal.Text.Body"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_vertical"
|
||||
|
||||
@@ -50,7 +50,8 @@
|
||||
android:layout_height="2dp"
|
||||
android:alpha="1"
|
||||
android:background="@drawable/compose_divider_background"
|
||||
app:layout_constraintBottom_toTopOf="@id/selected_list" />
|
||||
android:layout_marginBottom="16dp"
|
||||
app:layout_constraintBottom_toTopOf="@id/share_confirm" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/selected_list"
|
||||
@@ -61,7 +62,8 @@
|
||||
android:orientation="horizontal"
|
||||
android:paddingStart="16dp"
|
||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/share_confirm"
|
||||
app:layout_constraintBottom_toBottomOf="@id/share_confirm"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
tools:listitem="@layout/share_contact_selection_item" />
|
||||
@@ -72,7 +74,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
app:circularProgressMaterialButton__label="@string/ShareActivity__send"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
Reference in New Issue
Block a user