Fix small screen interface + tablets linphonerc
This commit is contained in:
parent
66fcb0dc20
commit
2589fdbce3
4 changed files with 64 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingTop="40dp"
|
||||
android:paddingTop="10dp"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp"
|
||||
android:gravity="center"
|
||||
|
@ -80,10 +80,13 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/setup_password"
|
||||
android:hint="@string/setup_password_confirm_hint"
|
||||
android:singleLine="true"
|
||||
android:lines="1"
|
||||
android:maxLines="1"
|
||||
android:inputType="textPassword"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
android:textColor="@android:color/black"
|
||||
android:background="@drawable/setup_field_background" />
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
android:text="@string/button_add_contact"
|
||||
android:gravity="center"
|
||||
android:paddingTop="20dp"
|
||||
android:textSize="13dp"
|
||||
android:textColor="@color/text_button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
android:background="@drawable/history_delete"
|
||||
android:text="@string/button_delete_all"
|
||||
android:gravity="center"
|
||||
android:textSize="13dp"
|
||||
android:paddingTop="20dp"
|
||||
android:textSize="13dp"
|
||||
android:textColor="@color/text_button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
@ -33,6 +33,7 @@
|
|||
android:text="@string/button_all_call"
|
||||
android:gravity="center"
|
||||
android:paddingTop="15dp"
|
||||
android:textSize="13dp"
|
||||
android:textColor="@drawable/text_switch_button_color"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
@ -47,6 +48,7 @@
|
|||
android:text="@string/button_missed_call"
|
||||
android:gravity="center"
|
||||
android:paddingTop="15dp"
|
||||
android:textSize="13dp"
|
||||
android:textColor="@drawable/text_switch_button_color"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
@ -61,6 +63,7 @@
|
|||
android:text="@string/button_edit"
|
||||
android:gravity="center"
|
||||
android:paddingTop="20dp"
|
||||
android:textSize="13dp"
|
||||
android:textColor="@color/text_button"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
@ -75,6 +78,7 @@
|
|||
android:text="@string/button_ok"
|
||||
android:gravity="center"
|
||||
android:paddingTop="20dp"
|
||||
android:textSize="13dp"
|
||||
android:textColor="@color/text_button"
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
|
|
53
res/raw-xlarge/linphonerc
Normal file
53
res/raw-xlarge/linphonerc
Normal file
|
@ -0,0 +1,53 @@
|
|||
[net]
|
||||
download_bw=512
|
||||
upload_bw=512
|
||||
firewall_policy=0
|
||||
mtu=1300
|
||||
#adaptive_rate_control=1
|
||||
|
||||
[sip]
|
||||
sip_port=5060
|
||||
sip_random_port=1
|
||||
guess_hostname=1
|
||||
contact=sip:unknown@unknown-host
|
||||
inc_timeout=15
|
||||
use_info=0
|
||||
use_ipv6=0
|
||||
register_only_when_network_is_up=1
|
||||
default_proxy=0
|
||||
auto_net_state_mon=0
|
||||
keepalive_period=30000
|
||||
auto_answer_replacing_calls=1
|
||||
media_encryption=zrtp
|
||||
media_encryption_mandatory=0
|
||||
|
||||
[rtp]
|
||||
audio_rtp_port=7076
|
||||
video_rtp_port=9078
|
||||
audio_jitt_comp=60
|
||||
video_jitt_comp=60
|
||||
nortp_timeout=30
|
||||
|
||||
[sound]
|
||||
playback_dev_id=
|
||||
ringer_dev_id=
|
||||
capture_dev_id=
|
||||
remote_ring=/data/data/org.linphone/files/ringback.wav
|
||||
local_ring=/data/data/org.linphone/files/oldphone_mono.wav
|
||||
ec_tail_len=120
|
||||
ec_framesize=128
|
||||
dtmf_player_amp=0.1
|
||||
|
||||
el_type=mic
|
||||
el_thres=0.03
|
||||
el_force=100000
|
||||
el_sustain=600
|
||||
el_transmit_thres=1.7
|
||||
ng_floorgain=0.01
|
||||
|
||||
|
||||
[video]
|
||||
size=vga
|
||||
|
||||
[misc]
|
||||
max_calls=10
|
Loading…
Reference in a new issue