jimu-decompiled/resources/res/layout/action_bar_with_right_icon.xml
2025-05-13 19:24:51 +02:00

23 lines
842 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="48dp">
<ImageView
android:id="@+id/imgBack"
android:layout_width="48dp"
android:layout_height="match_parent"
android:src="@drawable/ic_back"/>
<TextView
android:gravity="center"
android:layout_gravity="center"
android:id="@+id/tvTitle"
android:layout_width="wrap_content"
android:layout_height="match_parent"/>
<ImageView
android:layout_gravity="right"
android:id="@+id/imgRight"
android:layout_width="48dp"
android:layout_height="match_parent"
android:layout_marginRight="16dp"/>
</androidx.cardview.widget.CardView>