8 lines
297 B
XML
8 lines
297 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<ImageView
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
|
android:layout_width="24dp"
|
||
|
|
android:layout_height="24dp"
|
||
|
|
android:layout_margin="4dp"
|
||
|
|
tools:src="@drawable/apps_k9" />
|