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

9 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_height="match_parent" style="@style/res_2131952601_uikit_viewgroup_page_linearlayout">
<com.google.android.material.textfield.TextInputLayout android:id="@+id/phone_country_code_search" android:padding="8dp" android:hint="@string/search" app:boxBackgroundColor="?attr/colorBackgroundTertiary" style="@style/res_2131952558_uikit_textinputlayout_search">
<com.google.android.material.textfield.TextInputEditText style="@style/res_2131952553_uikit_textinputlayout_edittext_singleline_search"/>
</com.google.android.material.textfield.TextInputLayout>
<androidx.recyclerview.widget.RecyclerView android:id="@+id/phone_country_code_recycler" android:scrollbars="vertical" android:clipToPadding="false" android:layout_height="match_parent" style="@style/res_2131952603_uikit_viewgroup_recyclerview"/>
<View android:layout_width="0dp" android:layout_height="0dp" android:layout_weight="1"/>
</LinearLayout>