|
23 | 23 | <RelativeLayout |
24 | 24 | android:layout_width="match_parent" |
25 | 25 | android:layout_height="wrap_content" |
26 | | - android:layout_weight="0.8" |
| 26 | + android:layout_weight="1" |
27 | 27 | android:layout_marginLeft="42dp" |
28 | 28 | android:layout_marginTop="14dp" |
29 | 29 | android:layout_marginRight="42dp" |
|
81 | 81 |
|
82 | 82 | </RelativeLayout> |
83 | 83 |
|
84 | | - <TextView |
85 | | - android:id="@+id/about_version" |
| 84 | + <LinearLayout |
86 | 85 | android:layout_width="match_parent" |
87 | 86 | android:layout_height="wrap_content" |
88 | | - android:layout_marginBottom="6dp" |
89 | | - android:gravity="center_horizontal" |
90 | | - android:textAlignment="center" |
91 | | - android:textColor="@color/textColor" |
92 | | - android:textStyle="bold" |
93 | | - tools:text="@string/about_version"/> |
| 87 | + android:layout_weight="0.5" |
| 88 | + android:orientation="vertical"> |
94 | 89 |
|
95 | | - <TextView |
96 | | - android:id="@+id/about_copyright" |
97 | | - android:layout_width="match_parent" |
98 | | - android:layout_height="wrap_content" |
99 | | - android:layout_marginBottom="24dp" |
100 | | - android:gravity="center_horizontal" |
101 | | - android:text="(c) krlvm, 2019-2020" |
102 | | - android:textAlignment="center" /> |
| 90 | + <TextView |
| 91 | + android:id="@+id/about_version" |
| 92 | + android:layout_width="match_parent" |
| 93 | + android:layout_height="wrap_content" |
| 94 | + android:layout_marginBottom="6dp" |
| 95 | + android:gravity="center_horizontal" |
| 96 | + android:textAlignment="center" |
| 97 | + android:textColor="@color/textColor" |
| 98 | + android:textStyle="bold" |
| 99 | + tools:text="@string/about_version"/> |
| 100 | + |
| 101 | + <TextView |
| 102 | + android:id="@+id/about_copyright" |
| 103 | + android:layout_width="match_parent" |
| 104 | + android:layout_height="wrap_content" |
| 105 | + android:layout_marginBottom="24dp" |
| 106 | + android:gravity="center_horizontal" |
| 107 | + android:text="(c) krlvm, 2019-2020" |
| 108 | + android:textAlignment="center" /> |
| 109 | + |
| 110 | + </LinearLayout> |
103 | 111 |
|
104 | 112 | </LinearLayout> |
105 | 113 |
|
|
0 commit comments