add a screen divider line at the dialpad

This commit is contained in:
tibbi 2018-09-27 13:50:25 +02:00
parent 15f09bd52a
commit d35c0af68a
1 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,13 @@
</com.simplemobiletools.commons.views.FastScroller>
<TextView
android:id="@+id/dialpad_divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@drawable/divider"
app:layout_constraintBottom_toTopOf="@+id/dialpad_input"/>
<com.simplemobiletools.commons.views.MyEditText
android:id="@+id/dialpad_input"
android:layout_width="0dp"