mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-04 17:37:25 +00:00
About page scaling changes
This commit is contained in:
parent
6508577183
commit
cf5fd5d446
1 changed files with 7 additions and 1 deletions
|
|
@ -142,13 +142,19 @@
|
||||||
android:textSize="20sp" />
|
android:textSize="20sp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
<Space
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="0dp"
|
||||||
|
android:layout_weight="8" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/weatherLink"
|
android:id="@+id/weatherLink"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:layout_marginBottom="20dp"
|
android:layout_marginBottom="20dp"
|
||||||
android:layout_weight="6"
|
android:layout_weight="1.5"
|
||||||
android:autoSizeMinTextSize="5sp"
|
android:autoSizeMinTextSize="5sp"
|
||||||
|
android:autoSizeTextType="uniform"
|
||||||
android:gravity="bottom|center_horizontal"
|
android:gravity="bottom|center_horizontal"
|
||||||
android:linksClickable="true"
|
android:linksClickable="true"
|
||||||
android:text="@string/weather_data_credit"
|
android:text="@string/weather_data_credit"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue