aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/QtPropertyBrowser/src/QtAbstractEditorFactoryBase
blob: ab4e7104a4c6146c65f899d9a7816464ae197436 (plain)
1
352b9bb615e3f22'>edit_icon.xml
blob: f3af5a3dce2f8cec4c3db91c7627750076c9c053 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>

<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_centerInParent="true"
    android:padding="0dp"
    android:src="@drawable/ic_mode_edit_white_24dp"
    style="@style/Widget.AppCompat.ActionButton" />