habitica-android/Habitica/res/layout/armoire_drop_rate_dialog.xml
Hafiz c3bfa52366 Top line text roboto 16 medium
Category text lines roboto 16 regular
food description updated
less character spacing for supporting text
less character spacing for top text
2022-08-18 16:46:31 +02:00

57 lines
No EOL
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_marginHorizontal="@dimen/spacing_xlarge"
android:layout_marginVertical="@dimen/spacing_large">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/enchanted_armoire_drop_rates"
style="@style/ArmoireTitleTextView"
android:gravity="center_horizontal"
android:textAlignment="center"
android:layout_marginBottom="18dp"
/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/text_primary"
android:text="@string/armoire_rate_equipment_title"
style="@style/ArmoireSubHeader" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/armoire_rate_equipment_description"
style="@style/ArmoireDescriptionTextView"
android:layout_marginBottom="12dp"
/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/text_primary"
android:text="@string/armoire_rate_food_title"
style="@style/ArmoireSubHeader" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/armoire_rate_food_description"
style="@style/ArmoireDescriptionTextView"
android:layout_marginBottom="12dp"
/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/text_primary"
android:text="@string/armoire_rate_experience_title"
style="@style/ArmoireSubHeader" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/armoire_rate_experience_description"
style="@style/ArmoireDescriptionTextView"
/>
</LinearLayout>