Added call time chronometer to Call to/Call from row
This commit is contained in:
@@ -47,24 +47,44 @@
|
||||
android:gravity="center_vertical"
|
||||
android:spinnerMode="dropdown"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/callTitle"
|
||||
<LinearLayout
|
||||
android:id="@+id/callTitleRow"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/aorSpinner"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingStart="3dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/outgoing_call_to_dots" >
|
||||
</TextView>
|
||||
android:layout_marginTop="31dp"
|
||||
android:orientation="horizontal" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/callTitle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="3dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:gravity="start"
|
||||
android:text="@string/outgoing_call_to_dots"
|
||||
android:textSize="20sp">
|
||||
</TextView>
|
||||
|
||||
<Chronometer
|
||||
android:id="@+id/callTimer"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="0dp"
|
||||
android:paddingEnd="3dp"
|
||||
android:gravity="end"
|
||||
android:visibility="invisible"
|
||||
android:textSize="18sp">
|
||||
</Chronometer>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/uriRow"
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/callTitle"
|
||||
android:layout_below="@id/callTitleRow"
|
||||
android:paddingBottom="10dp" >
|
||||
|
||||
<AutoCompleteTextView
|
||||
@@ -82,8 +102,8 @@
|
||||
android:id="@+id/securityButton"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_weight = "0"
|
||||
android:layout_gravity = "center_vertical"
|
||||
android:layout_weight ="0"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:visibility="invisible"
|
||||
android:contentDescription="@string/app_name" >
|
||||
</ImageButton>
|
||||
|
||||
Reference in New Issue
Block a user