linphone-android/res/layout/launcher.xml
Guillaume Beraudo ec3b407138 LinphoneActivity launcher (synchro service ready)
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"
2011-11-16 15:38:05 +01:00

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>