Fix crash in linphone login on tablet
This commit is contained in:
parent
107fc4b54f
commit
edb9896105
1 changed files with 7 additions and 0 deletions
|
@ -78,6 +78,13 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:singleLine="true"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/forgot_password"
|
||||
android:layout_gravity="right"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"/>
|
||||
</LinearLayout>
|
||||
</TableRow>
|
||||
|
||||
|
|
Loading…
Reference in a new issue