habitica-android/Habitica/res/layout/dialog_hatch_pet_button.xml
Phillip Thelen d1c1617bcf fiiixxesssss
2022-07-26 15:34:01 +02:00

27 lines
No EOL
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:minWidth="220dp"
android:layout_height="60dp"
android:background="@drawable/button_background_primary"
android:gravity="center"
android:paddingHorizontal="6dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="16sp"
android:letterSpacing="0.02"
android:fontFamily="@string/font_family_medium"
android:text="@string/hatch"
android:textColor="@color/white"
android:layout_marginEnd="6dp"
/>
<com.habitrpg.android.habitica.ui.views.CurrencyView
android:id="@+id/currencyView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"
app:fontFamily="sans-serif-medium"/>
</LinearLayout>