|
10 | 10 | <ImageView |
11 | 11 | android:id="@+id/blog_section_image_blog_avatar" |
12 | 12 | style="@style/ReaderImageView.Avatar.OvalSurfaceBackground" |
13 | | - android:layout_marginEnd="@dimen/margin_medium" |
14 | 13 | android:importantForAccessibility="no" |
15 | 14 | app:layout_constraintStart_toStartOf="parent" |
16 | 15 | app:layout_constraintTop_toTopOf="parent" |
|
31 | 30 | style="@style/ReaderTextView.PostDetail.BlogSection.Title" |
32 | 31 | android:layout_width="0dp" |
33 | 32 | android:layout_height="wrap_content" |
| 33 | + android:layout_marginStart="@dimen/margin_large" |
34 | 34 | android:layout_marginEnd="@dimen/margin_medium" |
35 | 35 | android:includeFontPadding="false" |
| 36 | + app:layout_goneMarginStart="0dp" |
36 | 37 | app:layout_constraintStart_toEndOf="@id/blog_section_image_blog_avatar" |
37 | 38 | app:layout_constraintEnd_toEndOf="parent" |
38 | 39 | app:layout_constraintTop_toTopOf="@id/blog_section_image_blog_avatar" |
39 | | - app:layout_constraintBottom_toBottomOf="@id/blog_section_image_blog_avatar" |
| 40 | + app:layout_constraintBottom_toTopOf="@id/blog_section_text_author" |
| 41 | + app:layout_constraintVertical_chainStyle="packed" |
40 | 42 | tools:text="My Blog Name" /> |
41 | 43 |
|
42 | 44 | <com.google.android.material.textview.MaterialTextView |
|
51 | 53 | android:textAlignment="viewStart" |
52 | 54 | app:layout_constraintStart_toStartOf="@id/blog_section_text_blog_name" |
53 | 55 | app:layout_constraintEnd_toEndOf="parent" |
54 | | - app:layout_constraintTop_toBottomOf="@id/blog_section_image_blog_avatar" |
| 56 | + app:layout_constraintTop_toBottomOf="@id/blog_section_text_blog_name" |
| 57 | + app:layout_constraintBottom_toBottomOf="@id/blog_section_image_blog_avatar" |
55 | 58 | tools:text="Author Name" /> |
56 | 59 |
|
57 | 60 | <com.google.android.material.textview.MaterialTextView |
|
0 commit comments