Commit f28a8df0 authored by Varun Patil's avatar Varun Patil

Fix notifications fragment for dark theme

parent 50b24ff6
......@@ -67,7 +67,9 @@
android:maxLines="1"
android:scrollHorizontally="true"
android:text="Subtitle"
android:textSize="16sp" />
android:textSize="16sp"
android:textColor="@color/colorGray" />
</LinearLayout>
</LinearLayout>
......
......@@ -2,7 +2,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="app.insti.fragment.NotificationsFragment">
tools:context="app.insti.fragment.NotificationsFragment"
android:background="?attr/themeColor">
<android.support.v7.widget.RecyclerView
android:id="@+id/notifications_recycler_view"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment