Blame view

app/src/main/res/layout/bravo_display.xml 1.14 KB
6b23e70e   aarnaude   first commit
1
2
  <?xml version="1.0" encoding="utf-8"?>
  <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
e5e6f3ef   aarnaude   intégration noa à...
3
      android:id="@+id/bravo_view"
6b23e70e   aarnaude   first commit
4
5
      android:layout_width="match_parent"
      android:layout_height="match_parent"
d55d5943   aarnaude   resolution Bravo
6
      android:clickable="true"
e5e6f3ef   aarnaude   intégration noa à...
7
      android:focusable="true"
d55d5943   aarnaude   resolution Bravo
8
      android:focusableInTouchMode="true"
6b23e70e   aarnaude   first commit
9
10
      android:orientation="vertical">
  
e5e6f3ef   aarnaude   intégration noa à...
11
      <ImageView
6b23e70e   aarnaude   first commit
12
13
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
e5e6f3ef   aarnaude   intégration noa à...
14
15
16
17
          android:layout_alignParentBottom="true"
          android:layout_alignParentStart="true"
          android:layout_margin="20dp"
          android:adjustViewBounds="true"
c13d9bc3   aarnaude   activity consigne...
18
          android:maxWidth="430dp"
e5e6f3ef   aarnaude   intégration noa à...
19
          android:src="@drawable/noa_bravo" />
6b23e70e   aarnaude   first commit
20
  
e5e6f3ef   aarnaude   intégration noa à...
21
22
      <TextView
          android:id="@+id/bravo"
6b23e70e   aarnaude   first commit
23
24
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
e5e6f3ef   aarnaude   intégration noa à...
25
26
27
28
29
30
          android:layout_margin="50dp"
          android:layout_centerHorizontal="true"
          android:gravity="center"
          android:maxLines="3"
          android:text="Bravo !\nTu as réussi la mission.\nClique sur l'écran pour continuer à jouer."
          android:textAppearance="@style/TextFont"/>
6b23e70e   aarnaude   first commit
31
32
  
  </RelativeLayout>