|
5 | 5 | android:id="@+id/linearLayout" |
6 | 6 | android:layout_width="match_parent" |
7 | 7 | android:layout_height="wrap_content" |
8 | | - android:padding="10dp"> |
| 8 | + android:padding="16dp"> |
9 | 9 |
|
10 | 10 | <ImageView |
11 | 11 | android:id="@+id/creator_icon" |
12 | | - android:layout_width="85dp" |
13 | | - android:layout_height="85dp" |
14 | | - android:layout_marginTop="25dp" |
15 | | - android:layout_marginBottom="10dp" |
| 12 | + android:layout_width="72dp" |
| 13 | + android:layout_height="72dp" |
| 14 | + android:layout_marginTop="16dp" |
| 15 | + android:layout_marginBottom="8dp" |
16 | 16 | android:src="@mipmap/ic_launcher" |
17 | 17 | app:layout_constraintEnd_toEndOf="parent" |
18 | 18 | app:layout_constraintStart_toStartOf="parent" |
19 | 19 | app:layout_constraintTop_toTopOf="parent" /> |
20 | 20 |
|
21 | 21 | <TextView |
22 | 22 | android:id="@+id/app_message" |
23 | | - android:layout_width="wrap_content" |
| 23 | + android:layout_width="0dp" |
24 | 24 | android:layout_height="wrap_content" |
25 | | - android:layout_marginStart="24dp" |
26 | | - android:layout_marginTop="10dp" |
27 | | - android:layout_marginEnd="24dp" |
| 25 | + android:layout_marginStart="16dp" |
| 26 | + android:layout_marginTop="8dp" |
| 27 | + android:layout_marginEnd="16dp" |
28 | 28 | android:gravity="center" |
29 | | - android:maxLines="2" |
30 | 29 | android:text="@string/developer" |
31 | 30 | android:textSize="18sp" |
32 | 31 | android:textStyle="bold" |
|
36 | 35 |
|
37 | 36 | <TextView |
38 | 37 | android:id="@+id/copyright" |
39 | | - android:layout_width="wrap_content" |
| 38 | + android:layout_width="0dp" |
40 | 39 | android:layout_height="wrap_content" |
41 | 40 | android:layout_marginTop="8dp" |
42 | | - android:singleLine="true" |
43 | 41 | android:text="© 2025 ToastcodeDev" |
44 | | - android:textSize="16sp" |
| 42 | + android:gravity="center" |
45 | 43 | android:textStyle="bold" |
| 44 | + android:textSize="14sp" |
46 | 45 | app:layout_constraintEnd_toEndOf="parent" |
47 | 46 | app:layout_constraintStart_toStartOf="parent" |
48 | 47 | app:layout_constraintTop_toBottomOf="@id/app_message" /> |
|
52 | 51 | android:layout_width="35dp" |
53 | 52 | android:layout_height="35dp" |
54 | 53 | android:layout_marginTop="16dp" |
55 | | - android:layout_marginBottom="16dp" |
56 | 54 | android:clickable="true" |
57 | 55 | android:focusable="true" |
58 | 56 | android:src="@drawable/ic_github" |
59 | 57 | app:layout_constraintBottom_toBottomOf="parent" |
60 | 58 | app:layout_constraintEnd_toEndOf="parent" |
61 | | - app:layout_constraintHorizontal_bias="0.5" |
62 | 59 | app:layout_constraintStart_toStartOf="parent" |
63 | 60 | app:layout_constraintTop_toBottomOf="@id/copyright" |
64 | 61 | tools:ignore="SpeakableTextPresentCheck,TouchTargetSizeCheck" /> |
65 | | - |
66 | 62 | </androidx.constraintlayout.widget.ConstraintLayout> |
0 commit comments