AlaEddine Dridii Posté(e) 10 mars 2014 Share Posté(e) 10 mars 2014 <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="#0099cc" tools:context="com.example.sem201.FullscreenActivity" /> <!-- The primary full-screen view. This can be replaced with whatever view is needed to present your content, e.g. VideoView, SurfaceView, TextureView, etc. --> <TextView android:id="@+id/fullscreen_content" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" android:keepScreenOn="true" android:text="@string/dummy_content" android:textColor="#33b5e5" android:textSize="50sp" android:textStyle="bold" /> <!-- This FrameLayout insets its children based on system windows using android:fitsSystemWindows. --> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true" > <LinearLayout android:id="@+id/fullscreen_content_controls" style="?metaButtonBarStyle" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom|center_horizontal" android:background="@color/black_overlay" android:orientation="horizontal" tools:ignore="UselessParent" > <Button android:id="@+id/dummy_button" style="?metaButtonBarButtonStyle" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="@string/dummy_button" /> </LinearLayout> <EditText android:id="@+id/editText1" android:layout_width="match_parent" android:layout_height="wrap_content" android:ems="10" android:inputType="textPersonName" > <requestFocus /> </EditText> <Button android:id="@+id/button1" style="?android:attr/buttonStyleSmall" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </FrameLayout> </FrameLayout> je ne c pas , ou est le probleme car le fichier activity.java est juste , ... , moi debutant dans ce domaine Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
alex971 Posté(e) 12 mars 2014 Share Posté(e) 12 mars 2014 Bonjour, Sujet transféré vers la section développement ;) Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
chpil Posté(e) 13 mars 2014 Share Posté(e) 13 mars 2014 Bonjour, Si tu ne nous donnes pas plus d'information sur ce que tu veux faire, ce qui ne marche pas, quelles erreurs tu recontres, ... on ne va pas pouvoir t'aider... Merci Citer Lien vers le commentaire Partager sur d’autres sites More sharing options...
Recommended Posts
Rejoignez la conversation
Vous pouvez poster maintenant et vous enregistrez plus tard. Si vous avez un compte, connectez-vous maintenant pour poster.