mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 00:30:00 +00:00
Category text lines roboto 16 regular food description updated less character spacing for supporting text less character spacing for top text
57 lines
No EOL
2.2 KiB
XML
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> |