修改悬浮窗权限AndroidManifest.xml与布局文件floating_window.xml #33
Merged
pvexk5qol
merged 1 commits from caoweiqiong_branch into master 4 weeks ago
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/root_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="5dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_floating_ball"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:src="@drawable/icon_app"
|
||||
android:background="@android:drawable/editbox_background_normal"
|
||||
android:elevation="10dp"
|
||||
android:contentDescription="Quick Note" />
|
||||
</FrameLayout>
|
||||
Loading…
Reference in new issue