swh:1:snp:9e7dcf2adb3c1d0abb5a8d2cdbeb07b5ba70940b
Raw File
Tip revision: c5598e980a0da49f97c407490d4ce148e40f88bc authored by Hervé Renault on 17 October 2015, 13:36:44 UTC
Touching the balloon now opens the notes folder, which is more consistent.
Tip revision: c5598e9
note.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="fill_parent"
	android:layout_height="wrap_content">
	<ImageView
		android:id="@+id/note_icon"
		android:layout_width="40dp"
		android:layout_height="40dp"
		android:layout_margin="10dp"
		android:src="@drawable/speech_balloon" />

	<TextView
	    android:id="@+id/note_text"
	    android:layout_width="fill_parent"
	    android:layout_height="wrap_content"
	    android:paddingLeft="10dp"
	    android:paddingTop="20dp"
	    android:textSize="20sp" />

</LinearLayout>
back to top