Mise à jour about
This commit is contained in:
parent
1efa1d9c8e
commit
2713324cb4
BIN
app/src/main/res/drawable/svpro_logo.png
Normal file
BIN
app/src/main/res/drawable/svpro_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
@ -8,23 +8,18 @@
|
||||
<ImageView
|
||||
android:id="@+id/iv_logo"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="314dp"
|
||||
android:layout_height="275dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:contentDescription="Bannière"
|
||||
android:padding="5dp"
|
||||
app:srcCompat="@drawable/presentation_pstore" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_nom"
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:paddingLeft="24dp"
|
||||
android:paddingTop="24dp"
|
||||
android:paddingRight="24dp"
|
||||
android:paddingBottom="20dp"
|
||||
android:text="@string/dialog_txt"
|
||||
android:textAlignment="center"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
||||
android:layout_height="193dp"
|
||||
android:layout_weight="1"
|
||||
app:srcCompat="@drawable/svpro_logo" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -4,5 +4,4 @@
|
||||
<string name="menu_reload">Relancer...</string>
|
||||
<string name="menu_about">A Propos...</string>
|
||||
<string name="dialog_close">Fermer</string>
|
||||
<string name="dialog_txt">Application conçue par Samuel Vermeulen</string>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user