linphone-android/app/src/main/res/layout/generic_dropdown_cell.xml
2024-07-15 16:10:35 +02:00

11 lines
No EOL
451 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:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="40dp"
android:text="UDP"
android:background="@color/white"
android:gravity="center_vertical"
android:paddingStart="20dp"
android:paddingEnd="20dp"/>