blob: 4de0a15a05276c1f9c263ba93dbf2783b26b6d65 (
plain)
1
2
3
4
5
|
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="?attr/settings_info_icon" />
|