jimu-decompiled/resources/res/layout/tw__activity_share_email.xml
2025-05-13 19:24:51 +02:00

65 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
<LinearLayout
android:gravity="center"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/tw__Permission_Container">
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/tw__share_email_header"
android:scaleType="center"
android:contentDescription="@string/tw__share_email_title"/>
<TextView
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/tw__share_email_title"
style="@style/tw__Permission_Title"/>
<TextView
android:gravity="center"
android:id="@+id/tw__share_email_desc"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/tw__share_email_desc"
style="@style/tw__Permission_Description"/>
<LinearLayout
android:gravity="center_vertical"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/tw__ButtonBar">
<Button
android:id="@+id/tw__not_now_btn"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/tw__btn_bar_margin_left"
android:layout_marginRight="@dimen/tw__btn_bar_margin_right"
android:text="@string/tw__not_now_btn_txt"
android:layout_weight="1"
android:onClick="onClickNotNow"
android:layout_marginStart="@dimen/tw__btn_bar_margin_left"
android:layout_marginEnd="@dimen/tw__btn_bar_margin_right"
style="@style/tw__Button.Light"/>
<Button
android:id="@+id/tw__allow_btn"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/tw__btn_bar_margin_left"
android:layout_marginRight="@dimen/tw__btn_bar_margin_right"
android:text="@string/tw__allow_btn_txt"
android:layout_weight="1"
android:onClick="onClickAllow"
android:layout_marginStart="@dimen/tw__btn_bar_margin_left"
android:layout_marginEnd="@dimen/tw__btn_bar_margin_right"
style="@style/tw__Button"/>
</LinearLayout>
</LinearLayout>
</ScrollView>