Skip to content
Snippets Groups Projects
Commit 4438aaeb authored by Alexandre Lision's avatar Alexandre Lision
Browse files

ui: Add missing modifications

Refs #40232
parent 651b5262
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg_72"
android:divider="@drawable/divider" >
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg_72"
android:divider="@drawable/divider">
<org.sflphone.model.BubblesView
android:id="@+id/main_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true" />
android:focusable="true"/>
<RelativeLayout
android:id="@+id/call_status_bar"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
android:layout_alignParentTop="true" >
android:id="@+id/call_status_bar"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
android:layout_alignParentTop="true">
<ImageView
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_gravity="left"
android:layout_marginLeft="15dp"
android:layout_marginRight="10dp"
android:src="@drawable/ic_action_call" />
android:id="@+id/image_call"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_gravity="left"
android:layout_marginLeft="15dp"
android:layout_marginRight="10dp"
android:src="@drawable/ic_action_call"/>
<TextView
android:id="@+id/call_status_txt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toRightOf="@+id/button1"
android:textSize="12sp"
android:textColor="@color/white" />
<Button
android:id="@+id/confirm_sas"
android:id="@+id/call_status_txt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/dialpad_btn"
android:layout_toRightOf="@+id/image_call"
android:textSize="12sp"
android:textColor="@color/white"/>
<ViewSwitcher
android:id="@+id/security_switcher"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
android:textColor="@color/white" />
android:layout_toLeftOf="@+id/dialpad_btn">
<Button
android:id="@+id/confirm_sas"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:textSize="12sp"
android:textColor="@color/white"/>
<ImageView
android:id="@+id/lock_image"
android:layout_centerVertical="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</ViewSwitcher>
<ImageButton
android:id="@+id/dialpad_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="10dp"
android:background="@null"
android:src="@drawable/ic_action_dial_pad_light" />
android:id="@+id/dialpad_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="10dp"
android:background="@null"
android:src="@drawable/ic_action_dial_pad_light"/>
</RelativeLayout>
<ToggleButton
android:id="@+id/speaker_toggle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textOn=""
android:textOff=""
android:background="@drawable/toggle_speaker_selector"
android:layout_alignParentBottom="true" />
android:id="@+id/speaker_toggle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textOn=""
android:textOff=""
android:background="@drawable/toggle_speaker_selector"
android:layout_alignParentBottom="true"/>
</RelativeLayout>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment