Fix messaging for russian version
This commit is contained in:
parent
03bd0e5c7b
commit
aca1e5d4b6
1 changed files with 10 additions and 17 deletions
|
@ -31,23 +31,16 @@
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<org.linphone.ui.LinphoneScrollView
|
<ListView
|
||||||
android:id="@+id/chatScrollView"
|
android:id="@+id/chatMessageList"
|
||||||
android:paddingTop="5dp"
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_width="match_parent"
|
android:divider="@android:color/transparent"
|
||||||
android:layout_height="0dip">
|
android:stackFromBottom="true"
|
||||||
|
android:transcriptMode="alwaysScroll"
|
||||||
<RelativeLayout
|
android:cacheColorHint="@color/transparent"
|
||||||
android:id="@+id/messages"
|
android:dividerHeight="1dp" />
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:paddingLeft="10dp"
|
|
||||||
android:paddingRight="10dp">
|
|
||||||
|
|
||||||
</RelativeLayout>
|
|
||||||
|
|
||||||
</org.linphone.ui.LinphoneScrollView>
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/remoteComposing"
|
android:id="@+id/remoteComposing"
|
||||||
|
|
Loading…
Reference in a new issue