Bigger call button
This commit is contained in:
parent
214f04870d
commit
b86621a964
1 changed files with 4 additions and 5 deletions
|
@ -32,10 +32,10 @@
|
|||
android:id="@+id/Dialer"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_weight="4" />
|
||||
android:layout_weight="0.2" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_weight="1">
|
||||
|
@ -52,8 +52,7 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="gone"
|
||||
android:layout_weight="3" >
|
||||
android:visibility="gone" >
|
||||
|
||||
<Button
|
||||
android:id="@+id/AddCall"
|
||||
|
|
Loading…
Reference in a new issue