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