aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/dialog_give_award.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/dialog_give_award.xml')
-rw-r--r--app/src/main/res/layout/dialog_give_award.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/app/src/main/res/layout/dialog_give_award.xml b/app/src/main/res/layout/dialog_give_award.xml
deleted file mode 100644
index fa9dfaef..00000000
--- a/app/src/main/res/layout/dialog_give_award.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?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="match_parent"
- android:paddingTop="16dp"
- android:paddingBottom="16dp"
- android:paddingStart="24dp"
- android:paddingEnd="16dp">
-
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:layout_marginEnd="16dp"
- android:text="@string/anonymous"
- android:textColor="?attr/primaryTextColor" />
-
- <com.google.android.material.materialswitch.MaterialSwitch
- android:id="@+id/switch_material_give_award_dialog"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
-
-</LinearLayout> \ No newline at end of file