summaryrefslogtreecommitdiffstats
path: root/res/layout/per_app_fab_floating_window_icon.xml
blob: 812626916bb0714cad7540df8b0a2f58d71c2b72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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"
        android:clipChildren="false"
        android:elevation="10dp">

        <View android:id="@+id/icon"
            android:layout_width="@dimen/floating_window_icon"
            android:layout_height="@dimen/floating_window_icon"
            android:background="@drawable/quick_theme_fab"
            android:elevation="10dp"/>
    </FrameLayout>
</FrameLayout>