|
|
@ -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" |
|
|
|