mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-23 01:18:30 +00:00
13 lines
No EOL
500 B
XML
13 lines
No EOL
500 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
style="@style/default_text_style"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="64dp"
|
|
android:layout_marginTop="15dp"
|
|
android:layout_marginBottom="15dp"
|
|
android:textSize="14sp"
|
|
android:textColor="@color/gray_9"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:ellipsize="marquee"/> |