fixing the keyboard layout with numbers hidden

This commit is contained in:
tibbi 2022-12-30 19:47:36 +01:00
parent 766d352887
commit 23848d1549

View File

@ -306,22 +306,21 @@
android:id="@+id/dialpad_plus_holder"
style="@style/DialpadButtonStyle"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="0dp"
android:contentDescription="@string/zero"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="@+id/dialpad_0_holder"
app:layout_constraintEnd_toStartOf="@+id/dialpad_hashtag_holder"
app:layout_constraintStart_toEndOf="@+id/dialpad_asterisk_holder">
app:layout_constraintStart_toEndOf="@+id/dialpad_asterisk_holder"
app:layout_constraintTop_toTopOf="@+id/dialpad_0_holder">
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/dialpad_plus_alt"
style="@style/DialpadNumberStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingStart="@dimen/small_margin"
android:paddingTop="@dimen/small_margin"
android:text="+"
android:textSize="@dimen/actionbar_text_size" />
android:layout_centerInParent="true"
android:text="+" />
</RelativeLayout>