Blame view

PremiereActivite/app/src/main/res/layout/layout_vidange.xml 739 Bytes
c8059613   JLo'w   Re-fonte de l'app...
1
  <?xml version="1.0" encoding="utf-8"?>
1e53ac5a   JLo'w   Jolis scrolls
2
  <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
c8059613   JLo'w   Re-fonte de l'app...
3
      android:orientation="vertical" android:layout_width="match_parent"
1e53ac5a   JLo'w   Jolis scrolls
4
5
      android:layout_height="match_parent"
      android:id="@+id/scrollView6">
c8059613   JLo'w   Re-fonte de l'app...
6
  
1e53ac5a   JLo'w   Jolis scrolls
7
8
      <LinearLayout
          android:layout_width="match_parent"
c8059613   JLo'w   Re-fonte de l'app...
9
          android:layout_height="wrap_content"
1e53ac5a   JLo'w   Jolis scrolls
10
11
12
13
14
15
16
17
18
19
20
21
          android:orientation="vertical">
  
          <TextView
              android:layout_width="wrap_content"
              android:layout_height="wrap_content"
              android:text="@string/vidange"
              android:id="@+id/textView"
              android:layout_gravity="center_horizontal"
              android:layout_marginTop="50dp" />
  
      </LinearLayout>
  </ScrollView>