aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_give_award.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_give_award.xml')
-rw-r--r--app/src/main/res/layout/activity_give_award.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/app/src/main/res/layout/activity_give_award.xml b/app/src/main/res/layout/activity_give_award.xml
deleted file mode 100644
index a67e2927..00000000
--- a/app/src/main/res/layout/activity_give_award.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/coordinator_layout_give_award_activity"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".activities.GiveAwardActivity">
-
- <com.google.android.material.appbar.AppBarLayout
- android:id="@+id/appbar_layout_give_award_activity"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:theme="@style/AppTheme.AppBarOverlay">
-
- <androidx.appcompat.widget.Toolbar
- android:id="@+id/toolbar_give_award_activity"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:minHeight="?attr/actionBarSize"
- app:title="@string/give_award_activity_label"
- app:popupTheme="@style/AppTheme.PopupOverlay"
- app:navigationIcon="?attr/homeAsUpIndicator" />
-
- </com.google.android.material.appbar.AppBarLayout>
-
- <androidx.recyclerview.widget.RecyclerView
- android:id="@+id/recycler_view_give_award_activity"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- app:layout_behavior="@string/appbar_scrolling_view_behavior" />
-
-</androidx.coordinatorlayout.widget.CoordinatorLayout> \ No newline at end of file