15 lines
553 B
XML
15 lines
553 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ImageView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/e6"
|
|
android:paddingLeft="12dp"
|
|
android:focusable="true"
|
|
android:clickable="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginRight="16dp"
|
|
android:contentDescription="?attr/v"
|
|
android:paddingStart="12dp"
|
|
android:layout_marginEnd="16dp"
|
|
app:srcCompat="?attr/w"
|
|
style="?attr/u"/>
|