mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Due to a bug in tabhost on 1.5 devices (G1 and simulator) it was impossible to have the synchronisation code directly in LinphoneActivity. (NPE on touchmodechanged on mCurrentView). Note that since the synchronisation code rewrite, no special care is taken after a service crash. As a consequence you should always check the root cause of a "Caused by: java.lang.RuntimeException: Linphone Manager should be created before accessed"
9 lines
462 B
XML
9 lines
462 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent">
|
|
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
android:src="@drawable/logo_linphone_57x57" android:scaleType="fitXY" />
|
|
<ProgressBar android:layout_height="wrap_content" android:layout_width="wrap_content" />
|
|
</FrameLayout>
|