diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1cc495b84..ca5d75d85 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -89,7 +89,7 @@ - - - diff --git a/res/layout/call_incoming.xml b/res/layout/call_incoming.xml new file mode 100644 index 000000000..b84081afa --- /dev/null +++ b/res/layout/call_incoming.xml @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/outgoing_call.xml b/res/layout/call_outgoing.xml similarity index 51% rename from res/layout/outgoing_call.xml rename to res/layout/call_outgoing.xml index af78e376e..1a69a6029 100644 --- a/res/layout/outgoing_call.xml +++ b/res/layout/call_outgoing.xml @@ -1,85 +1,96 @@ + android:id="@+id/topLayout" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="@color/colorH"> + android:layout_height="40dp"/> + android:layout_below="@id/status"> - + android:layout_above="@id/menu" + android:layout_below="@id/top_bar" + android:paddingTop="10dp"> - + + + + + android:layout_below="@id/contact_number" + android:layout_margin="5dp" + android:gravity="center"> - - + android:adjustViewBounds="true"/> - + android:adjustViewBounds="true" + android:layout_alignParentTop="true"/> + - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/layout/numpad.xml b/res/layout/numpad.xml index ee9b946be..a308eaab1 100644 --- a/res/layout/numpad.xml +++ b/res/layout/numpad.xml @@ -22,9 +22,9 @@ - + - \ No newline at end of file + diff --git a/res/values/styles.xml b/res/values/styles.xml index a80c6bf00..46f499f4e 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -1,9 +1,9 @@ -