Browse Source

Unread tab minor fix

pull/24/head
Apostolos Fanakis 8 years ago
parent
commit
417b53a396
  1. 4
      app/src/main/res/layout/fragment_unread_mark_read_row.xml

4
app/src/main/res/layout/fragment_unread_mark_read_row.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingEnd="10dp"
android:paddingTop="7dp">
@ -9,7 +9,7 @@
<TextView
android:id="@+id/mark_read"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:textAlignment="textEnd"
android:textColor="@color/accent" />
</LinearLayout>
Loading…
Cancel
Save