mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-07 11:17:25 +01:00
Fix font size issues.
This commit is contained in:
parent
7a429f902d
commit
74c06151cd
@ -7,6 +7,7 @@
|
||||
<TextView
|
||||
android:id="@+id/divider_text_view_item_favorite_thing_divider"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="?attr/font_default" />
|
||||
|
||||
</LinearLayout>
|
@ -21,7 +21,8 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_marginStart="32dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:textColor="?attr/primaryTextColor" />
|
||||
android:textColor="?attr/primaryTextColor"
|
||||
android:textSize="?attr/font_default" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/add_image_view_item_predefined_custom_theme"
|
||||
|
@ -11,7 +11,8 @@
|
||||
android:id="@+id/theme_name_text_view_item_theme_name"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="?attr/primaryTextColor" />
|
||||
android:textColor="?attr/primaryTextColor"
|
||||
android:textSize="?attr/font_16" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/description_text_view_item_theme_name"
|
||||
@ -19,6 +20,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:text="@string/theme_name_description"
|
||||
android:textColor="?attr/secondaryTextColor" />
|
||||
android:textColor="?attr/secondaryTextColor"
|
||||
android:textSize="?attr/font_default" />
|
||||
|
||||
</LinearLayout>
|
@ -2,4 +2,5 @@
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical" android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="16dp" />
|
||||
android:padding="16dp"
|
||||
android:textSize="?attr/font_default" />
|
@ -21,7 +21,8 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_marginStart="32dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:textColor="?attr/primaryTextColor" />
|
||||
android:textColor="?attr/primaryTextColor"
|
||||
android:textSize="?attr/font_default" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/share_image_view_item_user_custom_theme"
|
||||
|
Loading…
Reference in New Issue
Block a user