Skip to content

Commit

Permalink
Fix NumericKeyboardView in RTL.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-signal committed Jan 27, 2023
1 parent 04f4cd8 commit 23190a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/numeric_keyboard_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
android:textAppearance="@style/Signal.Text.TitleLarge"
android:textColor="@color/signal_light_colorOnSurface"
app:layout_constraintBottom_toTopOf="@id/numeric_keyboard_0"
app:layout_constraintEnd_toEndOf="@id/numeric_keyboard_9"
app:layout_constraintEnd_toStartOf="@id/numeric_keyboard_9"
app:layout_constraintStart_toEndOf="@id/numeric_keyboard_7"
app:layout_constraintTop_toBottomOf="@id/numeric_keyboard_4" />

Expand Down

0 comments on commit 23190a2

Please sign in to comment.