mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fix messaging for russian version
This commit is contained in:
parent
50f8622880
commit
2e247aee49
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"
|
||||
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>
|
||||
<ListView
|
||||
android:id="@+id/chatMessageList"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:divider="@android:color/transparent"
|
||||
android:stackFromBottom="true"
|
||||
android:transcriptMode="alwaysScroll"
|
||||
android:cacheColorHint="@color/transparent"
|
||||
android:dividerHeight="1dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/remoteComposing"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue