mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 13:29:50 +02:00
15
app/src/main/res/layout/dialog_report.xml
Normal file
15
app/src/main/res/layout/dialog_report.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="16dp">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/reasonEditText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Reason"
|
||||
android:inputType="textMultiLine" />
|
||||
|
||||
</LinearLayout>
|
@@ -1367,4 +1367,6 @@
|
||||
<string name="unblock_user_failed">Failed to unblock user</string>
|
||||
<string name="settings_hide_community_and_user_instance">Hide community and user instance</string>
|
||||
<string name="settings_show_display_name_instead_of_user_name">Show community and user display names</string>
|
||||
<string name="report_post">Report Post</string>
|
||||
<string name="send_report">Send Report</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user