Little UI tweaks
This commit is contained in:
parent
4489e3e87b
commit
1c1f42e722
2 changed files with 32 additions and 32 deletions
|
@ -55,40 +55,40 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_weight="0.5"
|
||||
android:layout_marginLeft="20dp"
|
||||
android:layout_marginLeft="40dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<org.linphone.ui.CallButton
|
||||
android:id="@+id/Call"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_weight="3"
|
||||
android:background="@drawable/clavier_bg"
|
||||
android:src="@drawable/startcall_green" />
|
||||
|
||||
<Button
|
||||
style="@style/DialerDigit"
|
||||
android:id="@+id/switch_camera"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_weight="3"
|
||||
android:layout_weight="5"
|
||||
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>
|
||||
|
||||
<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>
|
||||
|
||||
|
|
|
@ -55,40 +55,40 @@
|
|||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_weight="0.5"
|
||||
android:layout_marginLeft="20dp"
|
||||
android:layout_marginLeft="40dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<org.linphone.ui.CallButton
|
||||
android:id="@+id/Call"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_weight="3"
|
||||
android:background="@drawable/clavier_bg"
|
||||
android:src="@drawable/startcall_green" />
|
||||
|
||||
<Button
|
||||
style="@style/DialerDigit"
|
||||
android:id="@+id/switch_camera"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_weight="3"
|
||||
android:layout_weight="5"
|
||||
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>
|
||||
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue