Delete item_phone_number.xml

This commit is contained in:
Tibor Kaputa 2023-06-08 16:55:46 +02:00 committed by GitHub
parent e5b5a55b57
commit 6bf4f6bc16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/select_phone_number_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:paddingStart="@dimen/normal_margin"
android:paddingTop="@dimen/small_margin"
android:paddingEnd="@dimen/normal_margin"
android:paddingBottom="@dimen/small_margin">
<com.simplemobiletools.commons.views.MyCompatRadioButton
android:id="@+id/select_phone_number_radio"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="false"
android:paddingTop="@dimen/medium_margin"
android:paddingBottom="@dimen/medium_margin" />
</RelativeLayout>