discord-jadx/app/src/main/res/layout/view_mobile_reports_child.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

7 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content">
<androidx.cardview.widget.CardView android:id="@+id/mobile_reports_child" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="8dp" android:minHeight="64dp" app:cardBackgroundColor="?attr/colorBackgroundSecondary" app:cardElevation="0dp" app:roundedCornerRadius="4dp">
<TextView android:layout_gravity="left|center_vertical|center_horizontal|center|start" android:id="@+id/mobile_reports_child_menu_title" android:layout_marginStart="16dp" android:layout_marginEnd="40dp" style="@style/UiKit_TextView_H2"/>
<ImageView android:layout_gravity="right|center_vertical|center_horizontal|center|end" android:layout_width="24dp" android:layout_height="24dp" android:src="@drawable/ic_chevron_right_primary_300_12dp" android:contentDescription="@string/pagination_next" android:layout_marginEnd="8dp" app:drawableTint="?attr/colorInteractiveNormal"/>
</androidx.cardview.widget.CardView>
</FrameLayout>