Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

85 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/background_primary"
android:orientation="vertical">
<include
android:id="@+id/app_bar"
layout="@layout/app_bar_general"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp"
android:layout_marginTop="12dp"
android:layout_marginRight="15dp"
android:layout_marginBottom="18dp"
android:background="@drawable/round_corners_white_bg"
android:orientation="vertical"
android:paddingLeft="20dp"
android:paddingTop="24dp"
android:paddingRight="20dp"
android:paddingBottom="12dp">
<TextView
style="@style/Body2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:text="@string/block" />
<TextView
android:id="@+id/block_height"
style="@style/Overline.Tertiary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="22dp"
tools:text="121639" />
<TextView
style="@style/Body2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:text="@string/time" />
<TextView
android:id="@+id/block_time"
style="@style/Overline.Tertiary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="22dp"
tools:text="6 minutes ago" />
<TextView
style="@style/Body2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:text="@string/hash" />
<TextView
android:id="@+id/block_hash"
style="@style/Overline.Tertiary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="22dp"
tools:text="96a8e83f9925719d912a22dffea73b21e0938667ecd912f2839d496e3511b2b715a67424abe78534eb0d6b804d049834" />
</LinearLayout>
<Button
android:id="@+id/view_on_explorer"
style="@style/Button.Primary.Large.Blue"
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:text="@string/transaction_result_view_on_explorer" />
</LinearLayout>