11 lines
437 B
XML
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"/>
|