mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-23 20:10:07 +01:00
adding some plus signs at IDs
This commit is contained in:
parent
9f30e85b0a
commit
ea78e8633a
@ -72,7 +72,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_above="@+id/config_bg_color"
|
||||
android:layout_below="@id/text_note_view_title"
|
||||
android:layout_below="@+id/text_note_view_title"
|
||||
android:layout_marginBottom="@dimen/activity_margin"
|
||||
android:background="@null"
|
||||
android:gravity="top"
|
||||
@ -84,7 +84,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_above="@+id/config_bg_color"
|
||||
android:layout_below="@id/text_note_view_title"
|
||||
android:layout_below="@+id/text_note_view_title"
|
||||
android:layout_marginBottom="@dimen/activity_margin"
|
||||
android:clipToPadding="false"
|
||||
android:overScrollMode="never"
|
||||
|
Loading…
x
Reference in New Issue
Block a user