Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100778049
report_item.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 2, 16:37
Size
2 KB
Mime Type
text/xml
Expires
Tue, Feb 4, 16:37 (2 d)
Engine
blob
Format
Raw Data
Handle
24032506
Attached To
R3229 Genome Privacy - SHCS App
report_item.xml
View Options
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<!-- Main line (date, name) -->
<LinearLayout
android:id="@+id/report_item_line_main"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<!-- Report date -->
<TextView
android:id="@+id/report_item_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/size_line_name"/>
<!-- Lastname -->
<TextView
android:id="@+id/report_item_patient_lastname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/patient_item_spacing_line"
android:textSize="@dimen/size_line_name"
android:textAllCaps="true" />
<!-- Firstname -->
<TextView
android:id="@+id/report_item_patient_firstname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/patient_item_spacing_line"
android:textSize="@dimen/size_line_name" />
</LinearLayout>
<!-- Id and address -->
<LinearLayout
android:id="@+id/report_item_line_details"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/report_item_line_main"
android:orientation="horizontal" >
<!-- Patient Id -->
<TextView
android:id="@+id/report_item_patient_id"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/size_line_detail" />
</LinearLayout>
</RelativeLayout>
Event Timeline
Log In to Comment