summaryrefslogtreecommitdiffstats
path: root/res/layout/per_app_fab_floating_window_icon.xml
blob: b7e992f217214cf815c4b6917ee04d82f19362c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <FrameLayout android:id="@+id/box"
        android:layout_height="match_parent"
        android:layout_width="match_parent">

        <ImageView android:id="@+id/icon"
            android:layout_width="@dimen/floating_window_icon"
            android:layout_height="@dimen/floating_window_icon"
            android:src="@drawable/quick_theme_fab" />
    </FrameLayout>
</FrameLayout>