make notes field selectable to close #595
This commit is contained in:
		@@ -829,7 +829,7 @@ namespace keepass2android
 | 
			
		||||
			PopulateStandardText(Resource.Id.entry_comment, Resource.Id.entryfield_container_comment, PwDefs.NotesField);
 | 
			
		||||
			RegisterTextPopup(FindViewById<RelativeLayout>(Resource.Id.comment_container),
 | 
			
		||||
							  FindViewById(Resource.Id.comment_vdots), PwDefs.NotesField);
 | 
			
		||||
 | 
			
		||||
                              
 | 
			
		||||
			PopulateText(Resource.Id.entry_tags, Resource.Id.entryfield_container_tags, concatTags(Entry.Tags));
 | 
			
		||||
			PopulateText(Resource.Id.entry_override_url, Resource.Id.entryfield_container_overrideurl, Entry.OverrideUrl);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -221,6 +221,7 @@
 | 
			
		||||
                  android:layout_width="fill_parent"
 | 
			
		||||
                  android:layout_height="wrap_content"
 | 
			
		||||
                  android:layout_toLeftOf="@id/comment_vdots"
 | 
			
		||||
                  android:textIsSelectable="true"
 | 
			
		||||
                  style="@style/EntryItem" />
 | 
			
		||||
      </RelativeLayout>
 | 
			
		||||
    </LinearLayout>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user