|
@@ -4,14 +4,14 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center_horizontal"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingLeft="5dp"
|
|
|
- android:paddingRight="5dp"
|
|
|
- android:paddingBottom="20dp">
|
|
|
+ android:paddingLeft="15dp"
|
|
|
+ android:paddingRight="15dp"
|
|
|
+ android:paddingBottom="10dp">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<LinearLayout
|
|
@@ -25,8 +25,8 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/incomingTransImageView"
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="80dp"
|
|
|
+ android:layout_width="54dp"
|
|
|
+ android:layout_height="54dp"
|
|
|
android:src="@drawable/call_trans" />
|
|
|
|
|
|
<TextView
|
|
@@ -49,8 +49,8 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/incomingHangupImageView"
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="80dp"
|
|
|
+ android:layout_width="54dp"
|
|
|
+ android:layout_height="54dp"
|
|
|
android:src="@drawable/av_hangup_selector" />
|
|
|
|
|
|
<TextView
|
|
@@ -72,8 +72,8 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/acceptImageView"
|
|
|
- android:layout_width="80dp"
|
|
|
- android:layout_height="80dp"
|
|
|
+ android:layout_width="54dp"
|
|
|
+ android:layout_height="54dp"
|
|
|
android:src="@drawable/av_audio_answer_selector" />
|
|
|
|
|
|
<TextView
|