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

11 lines
437 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:textSize="18sp"
android:textColor="@color/leak_canary_background_color"
android:id="@+id/leak_canary_row_text"
android:background="@color/leak_canary_class_name"
android:padding="16dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"/>