IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Android Discussion :

Bug à corriger


Sujet :

Android

  1. #1
    Nouveau Candidat au Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Novembre 2016
    Messages
    0
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Novembre 2016
    Messages : 0
    Points : 1
    Points
    1
    Par défaut Bug à corriger
    Slt j'ai un bug mineur que je dois corriger mais je ne trouve pas je dois rendre mon projet demain je vous donne le code et donnez moi l'erreur svp merci

    Code xml : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:tools="http://schemas.android.com/tools"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#0099cc"
        tools:context="com.example.tom.myapplication.FullscreenActivity">
     
        <TextView android:id="@+id/fullscreen_content"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:keepScreenOn="true"
            android:textColor="#33b5e5"
            android:textStyle="bold"
            android:textSize="50sp"
            android:gravity="center"
            android:text="@string/dummy_content" />
     
        <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>
        </FrameLayout>
     
        <ImageView
            android:src="@android:drawable/ic_menu_rotate"
            android:layout_width="match_parent"
            android:layout_height="336dp"
            android:id="@+id/imageView2"
            android:contentDescription="@null"
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:fromDegrees="0"
            android:toDegrees="360"
            android:pivotX="50%"
            android:pivotY="50%"
            android:repeatCount="infinite"
            android:duration="1200" />
     
        <ImageView
            android:src="@android:drawable/ic_menu_rotate"
            android:layout_width="match_parent"
            android:layout_height="944dp"
            android:id="@+id/imageView3"
            android:contentDescription="@null"
            xmlns:android="http://schemas.android.com/apk/res/android"
            android:fromDegrees="0"
            android:toDegrees="360"
            android:pivotX="50%"
            android:pivotY="50%"
            android:repeatCount="infinite"
            android:duration="1200" />
     
    </FrameLayout>
        <?xml version="1.0" encoding="UTF-8"?>
     
        <manifest android:versionName="1.0" android:versionCode="1" package="com.sveder.hwopengl" xmlns:android="http://schemas.android.com/apk/res/android">
     
    <uses-sdk android:targetSdkVersion="15" android:minSdkVersion="11"/>
     
    <uses-permission android:name="android.permission.CAMERA"/>
     
    <uses-feature android:name="android.hardware.camera"/>
     
    <uses-feature android:name="android.hardware.camera.autofocus"/>
     
     
     <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@drawable/ic_launcher" android:allowBackup="true">
     
     
        <activity android:name="com.sveder.hwopengl.MainActivity" android:label="@string/app_name" android:screenOrientation="landscape">
     
     
        <intent-filter>
     
        <action android:name="android.intent.action.MAIN"/>
     
        <category android:name="android.intent.category.LAUNCHER"/>
     
    </intent-filter>
     
    </activity>
     
    </application>
     
    </manifest>

  2. #2
    Membre régulier
    Profil pro
    Inscrit en
    Avril 2009
    Messages
    168
    Détails du profil
    Informations personnelles :
    Localisation : Cameroun

    Informations forums :
    Inscription : Avril 2009
    Messages : 168
    Points : 122
    Points
    122
    Par défaut
    quelle est l'erreur affichée??

Discussions similaires

  1. Bugs corrigés dans des versions plus récentes d'OpenLayers
    Par sylvaingeo dans le forum IGN API Géoportail
    Réponses: 3
    Dernier message: 13/11/2012, 16h51
  2. Bugs de la version 7.10 corrigés ?
    Par antarticmonkey dans le forum Bubuntu
    Réponses: 5
    Dernier message: 26/04/2008, 14h58
  3. Comment corriger le bug de RightClickSelect du treeview de Delphi 7 ?
    Par bambino3996 dans le forum Composants VCL
    Réponses: 2
    Dernier message: 01/08/2005, 13h47

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo