Initial commit
This commit is contained in:
20
resources/res/layout/leak_canary_heap_dump_toast.xml
Normal file
20
resources/res/layout/leak_canary_heap_dump_toast.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/leak_canary_toast_background"
|
||||
android:padding="16dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
<ImageView
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@mipmap/leak_canary_icon"/>
|
||||
<TextView
|
||||
android:textSize="18sp"
|
||||
android:textColor="#ffffff"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/leak_canary_toast_heap_dump"/>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user