- trash icon position fixed
- layout note_display_full modified
This commit is contained in:
parent
9a7680c489
commit
9ffd24c101
1 changed files with 12 additions and 5 deletions
|
@ -9,7 +9,11 @@
|
|||
android:layout_height="match_parent"
|
||||
android:layout_margin="20dp"
|
||||
android:orientation="vertical"
|
||||
android:minWidth="330dp">
|
||||
android:minWidth="330dp"
|
||||
android:paddingBottom="22dp"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingTop="10dp"
|
||||
android:paddingRight="10dp">
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
|
@ -27,7 +31,8 @@
|
|||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/ndf_title_textview"
|
||||
|
@ -51,7 +56,7 @@
|
|||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp">
|
||||
android:layout_marginTop="20dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="20dp"
|
||||
|
@ -151,8 +156,10 @@
|
|||
android:id="@+id/ndf_delete_imagebutton"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_gravity="right"
|
||||
android:background="@android:drawable/ic_menu_delete" />
|
||||
android:background="@android:drawable/ic_menu_delete"
|
||||
android:layout_gravity="right"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginBottom="10dp" />
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue