| | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:orientation="horizontal" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_margin="8dip" |
| | | > |
| | | android:orientation="horizontal"> |
| | | |
| | | <Button |
| | | android:id="@+id/start_native" |
| | | android:text="@string/start_native" |
| | | android:layout_width="fill_parent" |
| | | android:layout_height="wrap_content" |
| | | /> |
| | | android:text="@string/start_native" /> |
| | | |
| | | <Button |
| | | android:id="@+id/rewind_native" |
| | | android:text="@string/rewind_native" |
| | | android:layout_width="fill_parent" |
| | | android:layout_height="wrap_content" |
| | | /> |
| | | android:text="@string/rewind_native" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/addface_image" |
| | | android:layout_width="128px" |
| | | android:layout_height="128px" |
| | | android:scaleType="fitCenter" |
| | | android:src="@android:drawable/ic_input_add" /> |
| | | |
| | | <Button |
| | | android:id="@+id/addface_native" |
| | | android:text="@string/addface_native" |
| | | android:layout_width="fill_parent" |
| | | android:layout_height="wrap_content" |
| | | /> |
| | | android:text="@string/addface_native" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | |
| | | <TextView |
| | | android:id="@+id/textView1" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="90dp" |
| | | android:layout_height="87dp" |
| | | android:text="TextView" /> |
| | | |
| | | |