我正在尝试创建一个覆盖活动,它位于屏幕的一角,占据屏幕的一小部分,而屏幕的其余部分是交互式的,即我点击屏幕其余部分显示的任何内容。到目前为止,我没有成功实现我的目标。我已将这些属性添加到我的窗口中,但它们似乎不起作用。
你好.xml:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="50dp"
android:layout_height="match_parent"
android:orientation="vertical"
android:id="@+id/tepp" >
</RelativeLayout>
我能做些什么来解决这个问题?