aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/preference_info_icon.xml
blob: 597e40067002cdba548731a486099d304920f3d8 (plain)
1
2
3
4
5
6
7
<?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="match_parent"
    android:layout_height="match_parent"
    android:src="?attr/settings_info_icon"
    tools:context=".settings.InfoPreference" />