mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-23 13:26:15 +03:00
Merge remote-tracking branch 'origin/master'
# Conflicts: # app/src/main/res/layout/activity_edit.xml
This commit is contained in:
commit
fdf46b6274
1 changed files with 8 additions and 9 deletions
|
@ -8,13 +8,12 @@
|
|||
tools:context="it.niedermann.owncloud.notes.android.activity.EditNoteActivity">
|
||||
|
||||
<com.yydcdut.rxmarkdown.RxMDEditText
|
||||
android:id="@+id/editContent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@null"
|
||||
android:ems="10"
|
||||
android:gravity="top"
|
||||
android:inputType="textMultiLine|textCapSentences"
|
||||
android:padding="16dp"
|
||||
android:textColor="@color/fg_default" />
|
||||
android:id="@+id/editContent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="top"
|
||||
android:ems="10"
|
||||
android:inputType="textMultiLine|textCapSentences"
|
||||
android:padding="16dp"
|
||||
android:textColor="@color/fg_default"/>
|
||||
</ScrollView>
|
||||
|
|
Loading…
Reference in a new issue