Little UI tweaks
This commit is contained in:
parent
4489e3e87b
commit
1c1f42e722
2 changed files with 32 additions and 32 deletions
|
@ -55,41 +55,41 @@
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_weight="0.5"
|
android:layout_weight="0.5"
|
||||||
android:layout_marginLeft="20dp"
|
android:layout_marginLeft="40dp"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<org.linphone.ui.CallButton
|
<org.linphone.ui.CallButton
|
||||||
android:id="@+id/Call"
|
android:id="@+id/Call"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_weight="1"
|
android:layout_weight="3"
|
||||||
android:background="@drawable/clavier_bg"
|
android:background="@drawable/clavier_bg"
|
||||||
android:src="@drawable/startcall_green" />
|
android:src="@drawable/startcall_green" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
style="@style/DialerDigit"
|
||||||
android:id="@+id/switch_camera"
|
android:id="@+id/switch_camera"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_weight="3"
|
android:layout_weight="5"
|
||||||
android:text="@string/menu_videocall_switch_camera_title" />
|
android:text="@string/menu_videocall_switch_camera_title" />
|
||||||
|
|
||||||
|
<EditText
|
||||||
|
android:id="@+id/status_label"
|
||||||
|
android:clickable="false"
|
||||||
|
android:focusable="false"
|
||||||
|
android:cursorVisible="false"
|
||||||
|
android:textSize="12sp"
|
||||||
|
android:background="#00000000"
|
||||||
|
android:layout_height="fill_parent"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_weight="7"
|
||||||
|
android:textColor="@android:color/white" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<EditText
|
|
||||||
android:id="@+id/status_label"
|
|
||||||
android:clickable="false"
|
|
||||||
android:focusable="false"
|
|
||||||
android:cursorVisible="false"
|
|
||||||
android:textSize="0sp"
|
|
||||||
android:background="#000000"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_weight="4"
|
|
||||||
android:visibility="gone"
|
|
||||||
android:textColor="@android:color/white" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
|
@ -55,41 +55,41 @@
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_weight="0.5"
|
android:layout_weight="0.5"
|
||||||
android:layout_marginLeft="20dp"
|
android:layout_marginLeft="40dp"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<org.linphone.ui.CallButton
|
<org.linphone.ui.CallButton
|
||||||
android:id="@+id/Call"
|
android:id="@+id/Call"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_weight="1"
|
android:layout_weight="3"
|
||||||
android:background="@drawable/clavier_bg"
|
android:background="@drawable/clavier_bg"
|
||||||
android:src="@drawable/startcall_green" />
|
android:src="@drawable/startcall_green" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
style="@style/DialerDigit"
|
||||||
android:id="@+id/switch_camera"
|
android:id="@+id/switch_camera"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_weight="3"
|
android:layout_weight="5"
|
||||||
android:text="@string/menu_videocall_switch_camera_title" />
|
android:text="@string/menu_videocall_switch_camera_title" />
|
||||||
|
|
||||||
|
<EditText
|
||||||
|
android:id="@+id/status_label"
|
||||||
|
android:clickable="false"
|
||||||
|
android:focusable="false"
|
||||||
|
android:cursorVisible="false"
|
||||||
|
android:textSize="12sp"
|
||||||
|
android:background="#00000000"
|
||||||
|
android:layout_height="fill_parent"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_weight="7"
|
||||||
|
android:textColor="@android:color/white" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<EditText
|
|
||||||
android:id="@+id/status_label"
|
|
||||||
android:clickable="false"
|
|
||||||
android:focusable="false"
|
|
||||||
android:cursorVisible="false"
|
|
||||||
android:textSize="0sp"
|
|
||||||
android:background="#000000"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_weight="4"
|
|
||||||
android:visibility="invisible"
|
|
||||||
android:textColor="@android:color/white" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
Loading…
Reference in a new issue