fixing the text at the 0 dialpad button

This commit is contained in:
tibbi 2022-12-30 20:56:25 +01:00
parent f8b5c2117d
commit 9512420cab
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@
android:layout_height="wrap_content"
android:layout_below="@+id/dialpad_0"
android:layout_marginBottom="@dimen/small_margin"
android:text="ABC" />
android:text="+" />
</RelativeLayout>