Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76616143 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Updating Clings UI

issue: 16127412

Change-Id: Ie5885cabbef086e3b08811da72af88d01c4405e7
parent 424418bb
Loading
Loading
Loading
Loading
+1.32 KiB
Loading image diff...
+987 B
Loading image diff...
+1.79 KiB
Loading image diff...
+2.87 KiB
Loading image diff...
+14 −10
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"
    android:id="@+id/longpress_cling"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >
    android:layout_height="match_parent"
    android:orientation="vertical" >

    <com.android.launcher3.ClearCircleLayout
        android:id="@+id/cling_longpress_hole"
    <Space
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        launcher:holeLocation="page_indicator" />
        android:layout_height="0dp"
        android:layout_weight="1" />

    <FrameLayout
        android:id="@+id/cling_content"
        android:layout_width="360dp"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:background="#FF009688"
        android:elevation="6dp" />
        android:layout_gravity="center_horizontal"
        android:background="@drawable/cling_bg" />

    <Space
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="2" />

</FrameLayout>
 No newline at end of file
</LinearLayout>
 No newline at end of file
Loading