|
25 | 25 | android:orientation="vertical" |
26 | 26 | tools:context="it.niedermann.owncloud.notes.edit.EditNoteActivity"> |
27 | 27 |
|
28 | | - <it.niedermann.android.markdown.MarkdownViewerImpl |
29 | | - android:id="@+id/single_note_content" |
| 28 | + <LinearLayout |
30 | 29 | android:layout_width="match_parent" |
31 | 30 | android:layout_height="wrap_content" |
32 | | - android:layout_marginHorizontal="@dimen/spacer_activity_sides" |
33 | | - android:lineSpacingMultiplier="@dimen/note_line_spacing" |
34 | | - android:padding="@dimen/spacer_2x" |
35 | | - android:paddingHorizontal="@dimen/spacer_2x" |
36 | | - android:textAppearance="?android:attr/textAppearanceMedium" |
37 | | - android:textColor="@color/fg_default" |
38 | | - android:textIsSelectable="true" |
39 | | - tools:text="@tools:sample/lorem/random" /> |
| 31 | + android:orientation="vertical"> |
| 32 | + |
| 33 | + <it.niedermann.android.markdown.MarkdownViewerImpl |
| 34 | + android:id="@+id/single_note_content" |
| 35 | + android:layout_width="match_parent" |
| 36 | + android:layout_height="wrap_content" |
| 37 | + android:layout_marginHorizontal="@dimen/spacer_activity_sides" |
| 38 | + android:lineSpacingMultiplier="@dimen/note_line_spacing" |
| 39 | + android:padding="@dimen/spacer_2x" |
| 40 | + android:paddingHorizontal="@dimen/spacer_2x" |
| 41 | + android:textAppearance="?android:attr/textAppearanceMedium" |
| 42 | + android:textColor="@color/fg_default" |
| 43 | + android:textIsSelectable="true" |
| 44 | + tools:text="@tools:sample/lorem/random" /> |
| 45 | + |
| 46 | + <View |
| 47 | + android:layout_width="match_parent" |
| 48 | + android:layout_height="72dp" /> |
| 49 | + </LinearLayout> |
40 | 50 | </ScrollView> |
41 | 51 | </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |
42 | 52 |
|
|
0 commit comments