13 lines
490 B
XML
13 lines
490 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="46dp"
|
|
android:layout_height="46dp"
|
|
android:background="@android:color/transparent"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:layout_width="46dp"
|
|
android:layout_height="46dp"
|
|
android:padding="5dp"
|
|
android:src="@drawable/ic_debug_console"/>
|
|
</LinearLayout> |