java - Creating an overlay activity -


i trying create overlay activity sitting in corner of screen taking small portion of screen, while rest of screen interactive tap on displaying on rest of screen. far unsuccessful in obtaining goal. have added these properties window don't seem work.

hello.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> 

what can solve problem?

from can remember, 1 activity can active @ given time. while small activity in corner running, other activitys paused , wont able interact them. should try using fragment instead. can have multiple fragments visible @ same time. although believe 1 fragment can active @ given time activity, when click on different fragments, 1 click on becomes active , can interact it. might achieve looking for.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -