7 changed files with 81 additions and 0 deletions
-
1.idea/misc.xml
-
BINLogo512x512.png
-
22app/src/main/java/fr/svpro/radiomercure/MainActivity.java
-
BINapp/src/main/res/drawable/presentation_pstore.png
-
51app/src/main/res/layout/about_dialog.xml
-
4app/src/main/res/menu/option.xml
-
3app/src/main/res/values/strings.xml
Before Width: 512 | Height: 512 | Size: 1.0 MiB After Width: 512 | Height: 512 | Size: 80 KiB |
After Width: 1024 | Height: 500 | Size: 456 KiB |
@ -0,0 +1,51 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|||
xmlns:app="http://schemas.android.com/apk/res-auto" |
|||
android:layout_width="match_parent" |
|||
android:layout_height="match_parent" |
|||
android:orientation="vertical"> |
|||
|
|||
<ImageView |
|||
android:id="@+id/iv_logo" |
|||
android:layout_width="match_parent" |
|||
android:layout_height="314dp" |
|||
android:layout_gravity="center_horizontal" |
|||
android:padding="5dp" |
|||
app:srcCompat="@drawable/presentation_pstore" /> |
|||
|
|||
<TextView |
|||
android:id="@+id/tv_nom" |
|||
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" /> |
|||
|
|||
<LinearLayout |
|||
android:layout_width="match_parent" |
|||
android:layout_height="52dp" |
|||
android:gravity="center_vertical|end" |
|||
android:orientation="horizontal" |
|||
android:padding="8dp"> |
|||
|
|||
<TextView |
|||
android:id="@+id/tv_close" |
|||
android:layout_width="wrap_content" |
|||
android:layout_height="wrap_content" |
|||
android:height="48dp" |
|||
android:gravity="center_vertical|center_horizontal" |
|||
android:padding="5dp" |
|||
android:text="@string/dialog_close" |
|||
android:clickable="true" |
|||
android:textAlignment="center" |
|||
android:textAppearance="?android:attr/textAppearanceMedium" |
|||
android:textColor="@color/purple_700" /> |
|||
|
|||
</LinearLayout> |
|||
|
|||
</LinearLayout> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue