discord-jadx/app/src/main/res/layout/widget_phone_country_code_l...

6 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/phone_country_code_item" android:background="?attr/selectableItemBackground" android:padding="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952594_uikit_viewgroup_linearlayout_horizontal">
<TextView android:textSize="@dimen/uikit_textsize_medium" android:textColor="?attr/colorHeaderPrimary" android:ellipsize="none" android:id="@+id/phone_country_code_name" android:layout_width="0dp" android:layout_height="match_parent" android:singleLine="false" app:layout_constraintEnd_toStartOf="@+id/phone_country_code_code" app:layout_constraintStart_toStartOf="0"/>
<TextView android:textSize="@dimen/uikit_textsize_medium" android:textColor="?attr/colorHeaderSecondary" android:id="@+id/phone_country_code_code" android:layout_width="wrap_content" android:layout_height="match_parent" app:layout_constraintEnd_toEndOf="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>