discord-jadx/app/src/main/res/layout/widget_feedback_sheet.xml

11 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/feedback_sheet_container" android:background="?attr/colorBackgroundSecondary" style="@style/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout android:layout_marginBottom="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<FrameLayout android:background="?attr/colorBackgroundTertiary" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/feedback_sheet_title" android:text="@string/call_feedback_sheet_title" style="@style/res_2131952452_uikit_listitem_icon"/>
<ImageView android:layout_gravity="right|center_vertical|center_horizontal|center|end" android:id="@+id/feedback_sheet_close_button" android:background="?attr/bg_pressed_highlight" android:padding="16dp" android:src="?attr/ic_close_24dp" android:contentDescription="@string/close" style="@style/res_2131952448_uikit_imageview"/>
</FrameLayout>
<com.discord.widgets.voice.feedback.FeedbackView android:id="@+id/feedback_sheet_feedback_view" android:layout_width="match_parent" android:layout_height="wrap_content"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>