Files
2026-04-05 01:00:07 -05:00

55 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<carbon.widget.FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/hq"
android:layout_width="match_parent"
android:layout_height="match_parent">
<carbon.widget.LinearLayout
android:layout_gravity="center"
android:orientation="vertical"
android:background="?attr/ec"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minWidth="280dp"
app:carbon_cornerRadius="2dp"
app:carbon_elevation="@dimen/cf">
<carbon.widget.TextView
android:textSize="20sp"
android:id="@+id/hs"
android:padding="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="24dp"
android:layout_marginTop="24dp"
android:layout_marginRight="24dp"
android:layout_marginBottom="16dp"/>
<carbon.widget.FrameLayout
android:id="@+id/hr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp"
android:layout_marginBottom="16dp"/>
<carbon.widget.Divider
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<carbon.widget.FrameLayout
android:orientation="horizontal"
android:paddingLeft="@dimen/cu"
android:paddingTop="@dimen/cv"
android:paddingRight="@dimen/cu"
android:paddingBottom="@dimen/cv"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<carbon.widget.Button
android:textColor="?attr/k0"
android:layout_gravity="right"
android:id="@+id/g6"
android:background="?attr/ec"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="ok"
app:carbon_elevation="0dp"/>
</carbon.widget.FrameLayout>
</carbon.widget.LinearLayout>
</carbon.widget.FrameLayout>