Aller au contenu

Probléme Dans le fichier layout.xml dans un projet d'une petite application


AlaEddine Dridii

Recommended Posts

<?xml version="1.0" encoding="utf-8"?>

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"


    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

Lien vers le commentaire
Partager sur d’autres sites

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

Lien vers le commentaire
Partager sur d’autres sites

Rejoignez la conversation

Vous pouvez poster maintenant et vous enregistrez plus tard. Si vous avez un compte, connectez-vous maintenant pour poster.

Invité
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

×
×
  • Créer...