Move TrustIndicator behind date in AuthorView

to prevent it from being pushed off-screen

Fixes #1076
This commit is contained in:
Torsten Grote
2018-09-12 07:37:34 -03:00
parent c27885072f
commit da3cb95151
6 changed files with 50 additions and 56 deletions

View File

@@ -5,7 +5,7 @@
android:layout_height="match_parent">
<FrameLayout
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
@@ -17,7 +17,7 @@
android:id="@+id/postLayout"
style="@style/BriarCard"
layout="@layout/list_item_blog_post"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<ProgressBar