Updated on 2026-08-14
This commit is contained in:
parent
d78328de1c
commit
356c59fc9c
3 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="502dp">
|
||||
|
||||
|
|
@ -68,10 +69,12 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="middle"
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:maxWidth="170dp"
|
||||
android:minWidth="120dp"
|
||||
android:singleLine="true"
|
||||
android:text="addlkasLNXDLKNnkjkjhnjkjnljnnlsenn" />
|
||||
android:textSize="15sp"
|
||||
tools:text="addlkasLNXDLKNnkjkjhnjkjnljnnlsenn" />
|
||||
|
||||
<View
|
||||
android:layout_width="16dp"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:elevation="0dp"
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:letterSpacing="0.036"
|
||||
android:text="@string/onboarding_balance_title"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="#ABABAB"
|
||||
|
|
@ -27,6 +28,7 @@
|
|||
android:id="@+id/tv_balance_value"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:letterSpacing="0.036"
|
||||
android:textSize="28sp"
|
||||
android:textStyle="bold"
|
||||
tools:text="0.000 BTC" />
|
||||
|
|
|
|||
|
|
@ -90,12 +90,14 @@
|
|||
<style name="TextViewOnboarding.Header">
|
||||
<item name="android:textColor">#060606</item>
|
||||
<item name="android:textSize">24sp</item>
|
||||
<item name="android:lineSpacingExtra">4sp</item>
|
||||
<item name="android:fontFamily">sans-serif-medium</item>
|
||||
</style>
|
||||
|
||||
<style name="TextViewOnboarding.Body">
|
||||
<item name="android:textColor">#686868</item>
|
||||
<item name="android:textSize">16sp</item>
|
||||
<item name="android:lineSpacingExtra">5sp</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue