mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
23 lines
No EOL
690 B
XML
23 lines
No EOL
690 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_gravity="center"
|
|
android:layout_height="40dp"
|
|
android:padding="5dp">
|
|
|
|
<TextView
|
|
android:id="@+id/country_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
style="@style/font6"/>
|
|
|
|
<TextView
|
|
android:id="@+id/country_prefix"
|
|
style="@style/font6"
|
|
android:paddingLeft="5dp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent" />
|
|
|
|
</LinearLayout> |