You can navigate to who favourited/reblogged you from clicking the notification now. Closes #11

This commit is contained in:
Vavassor 2017-03-20 16:34:23 -04:00
commit 9478cd4ea1
4 changed files with 26 additions and 12 deletions

View file

@ -2,11 +2,12 @@
<!--This applies only to favourite and reblog notifications.-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:id="@+id/notification_container"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:layout_height="wrap_content">
android:paddingRight="16dp">
<RelativeLayout
android:layout_width="match_parent"