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>
|
||||
|
||||
<org.linphone.ui.LinphoneScrollView
|
||||
android:id="@+id/chatScrollView"
|
||||
android:paddingTop="5dp"
|
||||
<ListView
|
||||
android:id="@+id/chatMessageList"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dip">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/messages"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp">
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</org.linphone.ui.LinphoneScrollView>
|
||||
android:divider="@android:color/transparent"
|
||||
android:stackFromBottom="true"
|
||||
android:transcriptMode="alwaysScroll"
|
||||
android:cacheColorHint="@color/transparent"
|
||||
android:dividerHeight="1dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/remoteComposing"
|
||||
|
|
Loading…
Reference in a new issue