mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-21 12:08:29 +00:00
11 lines
No EOL
446 B
XML
11 lines
No EOL
446 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="?attr/color_main2_600"
|
|
android:gravity="center_vertical"/> |