Fix crash in linphone login on tablet

This commit is contained in:
Sylvain Berfini 2016-07-18 15:43:18 +02:00
parent 107fc4b54f
commit edb9896105

View file

@ -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>