2022-09-10 19:43:02 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-02-01 22:32:28 +05:30
|
|
|
<androidx.appcompat.widget.AppCompatTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-09-10 19:43:02 +05:30
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2022-09-23 17:51:32 +05:30
|
|
|
android:paddingHorizontal="30dp"
|
2023-02-01 22:32:28 +05:30
|
|
|
android:paddingVertical="12dp"
|
2023-01-31 22:47:45 +05:30
|
|
|
android:gravity="center_vertical"
|
2023-02-01 22:32:28 +05:30
|
|
|
android:drawablePadding="25dp"
|
|
|
|
android:textSize="16sp"
|
|
|
|
tools:drawableStart="@drawable/ic_download"
|
|
|
|
tools:text="Option" />
|