|
64 | 64 | android:layout_weight="1.1" |
65 | 65 | android:orientation="horizontal"> |
66 | 66 |
|
67 | | - <TextView |
68 | | - android:id="@+id/codebergLink" |
69 | | - android:layout_width="match_parent" |
70 | | - android:layout_height="match_parent" |
71 | | - android:layout_marginTop="0dp" |
72 | | - android:layout_weight="1" |
73 | | - android:autoSizeMinTextSize="5sp" |
74 | | - android:autoSizeTextType="uniform" |
75 | | - android:linksClickable="true" |
76 | | - android:text="@string/codeberg" |
77 | | - android:textAlignment="center" |
78 | | - android:textSize="20sp" /> |
79 | | - |
80 | 67 | <TextView |
81 | 68 | android:id="@+id/githubLink" |
82 | 69 | android:layout_width="match_parent" |
83 | 70 | android:layout_height="match_parent" |
84 | 71 | android:layout_marginTop="0dp" |
85 | | - android:layout_weight="1" |
86 | 72 | android:autoSizeMinTextSize="5sp" |
87 | 73 | android:autoSizeTextType="uniform" |
88 | 74 | android:linksClickable="true" |
|
103 | 89 | android:layout_width="match_parent" |
104 | 90 | android:layout_height="0dp" |
105 | 91 | android:layout_marginTop="20dp" |
106 | | - android:layout_weight="3" |
| 92 | + android:layout_weight="1.3" |
107 | 93 | android:autoSizeMinTextSize="5sp" |
108 | 94 | android:autoSizeTextType="uniform" |
109 | | - android:text="@string/itsover" |
| 95 | + android:text="@string/donate" |
110 | 96 | android:textAlignment="center" |
111 | | - android:layout_marginHorizontal="20dp" |
112 | 97 | android:textSize="24sp" /> |
113 | 98 |
|
114 | 99 | <View |
|
118 | 103 | android:layout_marginTop="10dp" |
119 | 104 | android:background="?android:attr/listDivider" /> |
120 | 105 |
|
| 106 | + <LinearLayout |
| 107 | + android:layout_width="match_parent" |
| 108 | + android:layout_height="0dp" |
| 109 | + android:layout_marginTop="10dp" |
| 110 | + android:layout_weight="2" |
| 111 | + android:orientation="horizontal"> |
| 112 | + |
| 113 | + <TextView |
| 114 | + android:id="@+id/coffeeLink" |
| 115 | + android:layout_width="match_parent" |
| 116 | + android:layout_height="match_parent" |
| 117 | + android:layout_weight="1" |
| 118 | + android:autoSizeMinTextSize="5sp" |
| 119 | + android:autoSizeTextType="uniform" |
| 120 | + android:linksClickable="true" |
| 121 | + android:text="@string/coffee" |
| 122 | + android:textAlignment="center" |
| 123 | + android:textSize="20sp" /> |
| 124 | + |
| 125 | + <TextView |
| 126 | + android:id="@+id/liberaLink" |
| 127 | + android:layout_width="match_parent" |
| 128 | + android:layout_height="match_parent" |
| 129 | + android:layout_weight="1" |
| 130 | + android:autoSizeMinTextSize="5sp" |
| 131 | + android:autoSizeTextType="uniform" |
| 132 | + android:linksClickable="true" |
| 133 | + android:text="@string/liberapay" |
| 134 | + android:textAlignment="center" |
| 135 | + android:textSize="20sp" /> |
| 136 | + </LinearLayout> |
| 137 | + |
121 | 138 | <Space |
122 | 139 | android:layout_width="match_parent" |
123 | 140 | android:layout_height="0dp" |
|
0 commit comments