fix address bar and digit 0+
This commit is contained in:
parent
f3f79a7a5b
commit
7fe3703447
4 changed files with 7 additions and 6 deletions
|
@ -26,12 +26,10 @@
|
||||||
android:id="@+id/Address"
|
android:id="@+id/Address"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:gravity="center"
|
|
||||||
android:background="@color/colorF"
|
android:background="@color/colorF"
|
||||||
android:ellipsize="start"
|
android:ellipsize="start"
|
||||||
android:inputType="phone"
|
android:inputType="textEmailAddress"
|
||||||
android:enabled="false"
|
android:paddingLeft="20dp"
|
||||||
android:paddingLeft="5dp"
|
|
||||||
android:paddingRight="5dp"
|
android:paddingRight="5dp"
|
||||||
android:layout_toLeftOf="@id/Erase"
|
android:layout_toLeftOf="@id/Erase"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:layout_margin="10dp"
|
android:layout_margin="10dp"
|
||||||
|
android:scaleType="center"
|
||||||
android:contentDescription="@string/content_description_history"
|
android:contentDescription="@string/content_description_history"
|
||||||
android:src="@drawable/footer_history" />
|
android:src="@drawable/footer_history" />
|
||||||
|
|
||||||
|
@ -91,6 +92,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:layout_margin="10dp"
|
android:layout_margin="10dp"
|
||||||
|
android:scaleType="center"
|
||||||
android:contentDescription="@string/content_description_contacts"
|
android:contentDescription="@string/content_description_contacts"
|
||||||
android:src="@drawable/footer_contacts" />
|
android:src="@drawable/footer_contacts" />
|
||||||
|
|
||||||
|
@ -119,6 +121,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:layout_margin="10dp"
|
android:layout_margin="10dp"
|
||||||
|
android:scaleType="center"
|
||||||
android:contentDescription="@string/content_description_contacts"
|
android:contentDescription="@string/content_description_contacts"
|
||||||
android:src="@drawable/footer_dialer" />
|
android:src="@drawable/footer_dialer" />
|
||||||
|
|
||||||
|
@ -144,6 +147,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:adjustViewBounds="true"
|
android:adjustViewBounds="true"
|
||||||
android:layout_margin="10dp"
|
android:layout_margin="10dp"
|
||||||
|
android:scaleType="center"
|
||||||
android:contentDescription="@string/content_description_contacts"
|
android:contentDescription="@string/content_description_contacts"
|
||||||
android:src="@drawable/footer_chat" />
|
android:src="@drawable/footer_chat" />
|
||||||
|
|
||||||
|
|
|
@ -249,7 +249,7 @@
|
||||||
|
|
||||||
<org.linphone.ui.Digit
|
<org.linphone.ui.Digit
|
||||||
android:id="@+id/Digit00"
|
android:id="@+id/Digit00"
|
||||||
android:text="0"
|
android:text="0+"
|
||||||
style="@style/DialerDigit"
|
style="@style/DialerDigit"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:soundEffectsEnabled="true"
|
android:soundEffectsEnabled="true"
|
||||||
|
|
|
@ -33,7 +33,6 @@ import android.view.View;
|
||||||
import android.view.View.OnClickListener;
|
import android.view.View.OnClickListener;
|
||||||
import android.view.ViewGroup;
|
import android.view.ViewGroup;
|
||||||
import android.widget.ImageView;
|
import android.widget.ImageView;
|
||||||
import android.widget.RelativeLayout;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Sylvain Berfini
|
* @author Sylvain Berfini
|
||||||
|
|
Loading…
Reference in a new issue