mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 14:09:58 +00:00
committed by
Cody Henthorne
parent
a53a5f4685
commit
56ea09431f
@@ -68,12 +68,16 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/duration_layout" />
|
||||
|
||||
<org.thoughtcrime.securesms.components.NumericKeyboardView
|
||||
android:id="@+id/duration_keyboard"
|
||||
<ScrollView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/duration_header" />
|
||||
app:layout_constraintTop_toBottomOf="@+id/duration_header">
|
||||
|
||||
<org.thoughtcrime.securesms.components.NumericKeyboardView
|
||||
android:id="@+id/duration_keyboard"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
</ScrollView>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Reference in New Issue
Block a user