mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-23 01:18:30 +00:00
26 lines
No EOL
846 B
XML
26 lines
No EOL
846 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<ImageView
|
|
android:id="@+id/image"
|
|
android:visibility="gone"
|
|
android:adjustViewBounds="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="100dp"
|
|
android:layout_margin="5dp"/>
|
|
|
|
<TextView
|
|
android:id="@+id/file"
|
|
android:visibility="gone"
|
|
android:textAlignment="center"
|
|
android:gravity="center"
|
|
style="@style/chat_bubble_file_name_font"
|
|
android:background="@color/colorN"
|
|
android:ellipsize="end"
|
|
android:layout_width="150dp"
|
|
android:layout_height="100dp"
|
|
android:layout_margin="5dp"/>
|
|
|
|
</RelativeLayout> |