Better looking numpad preview.
This commit is contained in:
parent
97ba73de8d
commit
ce08949be9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent" android:layout_height="fill_parent">
|
||||
android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1">
|
||||
|
||||
<TableRow android:layout_height="fill_parent" android:layout_weight="1" android:layout_width="fill_parent">
|
||||
<org.linphone.ui.Digit android:id="@+id/Digit1" android:text="1" style="@style/DialerDigit" />
|
||||
|
|
Loading…
Reference in a new issue