~tomdroid-maintainers/tomdroid/note-editing-and-syncing

« back to all changes in this revision

Viewing changes to res/layout/note_view.xml

  • Committer: Stefan Hammer
  • Date: 2012-08-20 20:26:22 UTC
  • Revision ID: j.4@gmx.at-20120820202622-kuuz4np84vhk584g
fix bug #1038118 with expanding textview. With the same trick for editnote view fixed Bug #1038352.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        >
30
30
        
31
31
        <ScrollView
32
 
                android:layout_width="match_parent"
33
 
                android:layout_height="match_parent"
 
32
                android:layout_width="fill_parent"
 
33
                android:layout_height="fill_parent"
34
34
                android:overScrollMode="always"
35
 
                android:fadingEdge="none"
36
35
                android:fillViewport="true"
37
36
                android:background="#ffffffff"
38
37
                >
53
52
                        <TextView
54
53
                                android:id="@+id/content"
55
54
                                android:layout_width="match_parent"
56
 
                                android:layout_height="wrap_content"
 
55
                                android:layout_height="fill_parent"
57
56
                                android:padding="10dp"
58
57
                                android:text="@string/strWait"
59
58
                                android:textIsSelectable="true"