Fix default account

This commit is contained in:
Margaux Clerc 2015-09-18 18:23:07 +02:00
parent 18d5706572
commit 8bbf7097b3
3 changed files with 1 additions and 55 deletions

View file

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragmentContainer"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment
android:id="@+id/status"
android:name="org.linphone.StatusFragment"
android:layout_width="match_parent"
android:layout_height="40dp"
tools:layout="@layout/status" />
</LinearLayout>

View file

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:orientation="vertical">
<TextView
android:text="@string/linphone_friend_new_request_desc"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<LinearLayout
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/call_update_yes"
android:id="@+id/yes" />
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/call_update_no"
android:id="@+id/no" />
</LinearLayout>
</LinearLayout>

View file

@ -44,7 +44,7 @@
android:layout_height="25dp" android:layout_height="25dp"
android:src="@drawable/status_available" android:src="@drawable/status_available"
android:padding="5dp" android:padding="5dp"
android:layout_marginBottom="5dp" android:layout_marginBottom="10dp"
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:layout_alignBottom="@id/layout"/> android:layout_alignBottom="@id/layout"/>