aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/widget_notifications.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-04-24 19:12:25 -0700
committerAllan Wang <me@allanwang.ca>2019-04-24 19:12:25 -0700
commit7e227078373adf0ef8c243b7e1e05804524cd3ea (patch)
treebd6585c85a7641555e4bd9c10fa919145a5ba6df /app/src/main/res/layout/widget_notifications.xml
parent9df2a878226fb5f7adcf1af61a1ce87dff826fbc (diff)
downloadfrost-7e227078373adf0ef8c243b7e1e05804524cd3ea.tar.gz
frost-7e227078373adf0ef8c243b7e1e05804524cd3ea.tar.bz2
frost-7e227078373adf0ef8c243b7e1e05804524cd3ea.zip
Add click events to notifications
Diffstat (limited to 'app/src/main/res/layout/widget_notifications.xml')
-rw-r--r--app/src/main/res/layout/widget_notifications.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/layout/widget_notifications.xml b/app/src/main/res/layout/widget_notifications.xml
index 098bb9eb..4c42be85 100644
--- a/app/src/main/res/layout/widget_notifications.xml
+++ b/app/src/main/res/layout/widget_notifications.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/widget_layout_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:id="@+id/widget_layout_container"
android:orientation="vertical">
<LinearLayout
@@ -14,12 +14,13 @@
android:paddingEnd="@dimen/kau_padding_small">
<ImageView
- android:id="@+id/img_refresh"
+ android:id="@+id/img_frost"
android:layout_width="@dimen/toolbar_icon_size"
- android:layout_margin="@dimen/kau_padding_small"
android:layout_height="@dimen/toolbar_icon_size"
android:layout_gravity="center_vertical"
- android:src="@drawable/ic_refresh_24dp" />
+ android:layout_margin="@dimen/kau_padding_small"
+ android:background="?android:selectableItemBackgroundBorderless" />
+
</LinearLayout>
<ListView