32 lines
No EOL
1.1 KiB
XML
32 lines
No EOL
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"
|
|
tools:viewBindingIgnore="true"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?selectableItemBackground"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingStart="16dp"
|
|
android:paddingTop="13dp"
|
|
android:paddingEnd="16dp"
|
|
android:paddingBottom="13dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/signal_context_menu_item_icon"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:importantForAccessibility="no"
|
|
tools:src="@drawable/symbol_archive_android_24" />
|
|
|
|
<TextView
|
|
android:id="@+id/signal_context_menu_item_title"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="16dp"
|
|
android:layout_weight="1"
|
|
android:textAppearance="@style/Signal.Text.BodyLarge"
|
|
tools:text="Archive" />
|
|
|
|
</LinearLayout> |