summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/statistics_year_listitem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/statistics_year_listitem.xml')
-rw-r--r--app/src/main/res/layout/statistics_year_listitem.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/app/src/main/res/layout/statistics_year_listitem.xml b/app/src/main/res/layout/statistics_year_listitem.xml
deleted file mode 100644
index 48b910c7f..000000000
--- a/app/src/main/res/layout/statistics_year_listitem.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
- android:paddingTop="16dp"
- android:paddingBottom="8dp"
- android:background="?android:attr/selectableItemBackground">
-
- <TextView
- android:id="@+id/yearLabel"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:lines="1"
- android:textColor="?android:attr/textColorPrimary"
- android:textSize="16sp"
- tools:text="2020" />
-
- <TextView
- android:id="@+id/hoursLabel"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:lines="1"
- android:textColor="?android:attr/textColorTertiary"
- android:textSize="14sp"
- tools:text="23 hours" />
-
-</LinearLayout>