ndt-dev - [ndt-dev] [ndt] r509 committed - Still trying to get first layout in the horizontal scroll to snap to t...
Subject: NDT-DEV email list created
List archive
[ndt-dev] [ndt] r509 committed - Still trying to get first layout in the horizontal scroll to snap to t...
Chronological Thread
- From:
- To:
- Subject: [ndt-dev] [ndt] r509 committed - Still trying to get first layout in the horizontal scroll to snap to t...
- Date: Mon, 22 Aug 2011 21:10:00 +0000
Revision: 509
Author:
Date: Mon Aug 22 14:08:59 2011
Log: Still trying to get first layout in the horizontal scroll to snap to the full available width.
http://code.google.com/p/ndt/source/detail?r=509
Modified:
/branches/android/Android/res/layout/results.xml
=======================================
--- /branches/android/Android/res/layout/results.xml Mon Aug 22 13:45:02 2011
+++ /branches/android/Android/res/layout/results.xml Mon Aug 22 14:08:59 2011
@@ -11,19 +11,19 @@
android:id="@+id/ResultsHeader"
android:text="@string/results_header"
style="@style/NdtHeader" />
<HorizontalScrollView android:orientation="horizontal"
- android:layout_width="wrap_content"
android:layout_height="fill_parent">
+ android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal">
<!-- summary results -->
<LinearLayout android:orientation="vertical"
- android:layout_height="fill_parent" android:layout_width="wrap_content"
- android="@+id/SummaryResults">
+ android:layout_height="fill_parent"
android:layout_width="fill_parent"
+ android="@+id/SummaryResults"
android:paddingLeft="35sp"
+ android:paddingRight="35sp">
<!-- upload speed -->
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="5sp"
android:paddingBottom="5sp"
android:paddingLeft="25sp"
android:layout_marginTop="5sp"
- android:layout_marginLeft="35sp"
android:layout_marginRight="35sp"
android:background="@drawable/speed_box">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content" android:paddingTop="10sp"
@@ -44,7 +44,6 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="5sp"
android:paddingBottom="5sp"
android:paddingLeft="25sp"
android:layout_marginTop="10sp"
- android:layout_marginLeft="35sp"
android:layout_marginRight="35sp"
android:background="@drawable/speed_box">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content" android:paddingTop="10sp"
@@ -62,8 +61,7 @@
</LinearLayout>
<!-- latency -->
<LinearLayout
android:layout_width="fill_parent"
- android:layout_height="wrap_content"
android:orientation="horizontal"
- android:paddingLeft="15sp">
+ android:layout_height="wrap_content" android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content" android:paddingTop="15sp"
android:id="@+id/LatencyLabel" android:text="@string/results_latency_label"
@@ -74,8 +72,7 @@
</LinearLayout>
<!-- jitter -->
<LinearLayout
android:layout_width="fill_parent"
- android:layout_height="wrap_content"
android:orientation="horizontal"
- android:paddingLeft="15sp">
+ android:layout_height="wrap_content" android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content" android:id="@+id/JitterLabel"
android:text="@string/results_jitter_label" style="@style/NdtResultsMoreLabel" />
- [ndt-dev] [ndt] r509 committed - Still trying to get first layout in the horizontal scroll to snap to t..., ndt, 08/22/2011
Archive powered by MHonArc 2.6.16.