mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-01 03:09:22 +00:00
12 lines
No EOL
498 B
XML
12 lines
No EOL
498 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"
|
|
tools:ignore="HardcodedText" /> |