瀏覽代碼

orientation und F2.8

master
gitsvn 12 年之前
父節點
當前提交
6513d17c23

+ 2
- 1
EasyBracketing/EasyBracketing/EasyBracketing/.classpath 查看文件

<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/> <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"/> <classpathentry kind="output" path="bin/classes"/>
</classpath> </classpath>

+ 4
- 1
EasyBracketing/EasyBracketing/EasyBracketing/res/layout/main.xml 查看文件

android:layout_height="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@drawable/bg" android:background="@drawable/bg"
android:orientation="vertical"
android:id="@+id/TableLayout" android:id="@+id/TableLayout"
xmlns:spherIC="http://schemas.android.com/apk/res/ch.spherIC"> xmlns:spherIC="http://schemas.android.com/apk/res/ch.spherIC">
<ch.spherIC.components.XTextView <ch.spherIC.components.XTextView
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/LinearLayout_ResultsHeader"></LinearLayout>
android:id="@+id/LinearLayout_ResultsHeader"
android:orientation="horizontal" >
</LinearLayout>
<View <View
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="1dip" android:layout_height="1dip"

+ 1
- 0
EasyBracketing/EasyBracketing/EasyBracketing/res/values/strings_notrans.xml 查看文件

<item>f/1</item> <item>f/1</item>
<item>f/1.4</item> <item>f/1.4</item>
<item>f/2</item> <item>f/2</item>
<item>f/2.8</item>
<item>f/3.5</item> <item>f/3.5</item>
<item>f/4</item> <item>f/4</item>
<item>f/4.2</item> <item>f/4.2</item>

Loading…
取消
儲存