11 lines
420 B
XML
11 lines
420 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:id="@+id/screenshot"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:contentDescription="@null"
|
||
|
android:padding="@dimen/layout_horizontal_margin"
|
||
|
tools:src="@drawable/screenshot_placeholder" />
|