mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-31 02:39:22 +00:00
14 lines
No EOL
551 B
XML
14 lines
No EOL
551 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.AppCompatTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
style="@style/default_text_style"
|
|
android:id="@android:id/text1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"
|
|
android:text="UDP"
|
|
android:gravity="center_vertical"
|
|
android:paddingStart="20dp"
|
|
android:paddingEnd="20dp"
|
|
android:maxLines="1"
|
|
android:ellipsize="end"
|
|
tools:ignore="HardcodedText" /> |