| @@ -3,6 +3,7 @@ | |||
| <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | |||
| <classpathentry kind="src" path="src"/> | |||
| <classpathentry kind="src" path="gen"/> | |||
| <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | |||
| <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | |||
| <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> | |||
| <classpathentry kind="output" path="bin/classes"/> | |||
| </classpath> | |||
| @@ -4,6 +4,7 @@ | |||
| android:layout_height="fill_parent" | |||
| xmlns:android="http://schemas.android.com/apk/res/android" | |||
| android:background="@drawable/bg" | |||
| android:orientation="vertical" | |||
| android:id="@+id/TableLayout" | |||
| xmlns:spherIC="http://schemas.android.com/apk/res/ch.spherIC"> | |||
| <ch.spherIC.components.XTextView | |||
| @@ -330,7 +331,9 @@ | |||
| <LinearLayout | |||
| android:layout_width="wrap_content" | |||
| android:layout_height="wrap_content" | |||
| android:id="@+id/LinearLayout_ResultsHeader"></LinearLayout> | |||
| android:id="@+id/LinearLayout_ResultsHeader" | |||
| android:orientation="horizontal" > | |||
| </LinearLayout> | |||
| <View | |||
| android:layout_width="fill_parent" | |||
| android:layout_height="1dip" | |||
| @@ -5,6 +5,7 @@ | |||
| <item>f/1</item> | |||
| <item>f/1.4</item> | |||
| <item>f/2</item> | |||
| <item>f/2.8</item> | |||
| <item>f/3.5</item> | |||
| <item>f/4</item> | |||
| <item>f/4.2</item> | |||