Changeset 85e0208 in orbit for android/res/layout/activity_main.xml
- Timestamp:
- 12/19/12 09:04:54 (10 years ago)
- Branches:
- master, RawEEG, Raw_EEG_Plot, Servo, Tab_Interface, pyramid
- Children:
- d604d68
- Parents:
- 42379ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/res/layout/activity_main.xml
r12a6a71 r85e0208 1 1 <?xml version="1.0" encoding="utf-8"?> 2 3 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 4 android:layout_width=" fill_parent"5 android:layout_height=" fill_parent"3 android:layout_width="match_parent" 4 android:layout_height="match_parent" 6 5 android:orientation="vertical" > 7 6 … … 77 76 android:layout_width="match_parent" 78 77 android:layout_height="wrap_content" /> 78 79 <SeekBar 80 android:id="@+id/seekBarThrottle" 81 android:layout_width="match_parent" 82 android:layout_height="wrap_content" 83 android:max="100" 84 android:progress="0" 85 android:progressDrawable="@xml/progress_drawable" 86 android:thumb="@xml/thumb_drawable" /> 79 87 80 88 <ScrollView … … 108 116 android:onClick="demoMode"> 109 117 </Button> 118 119 120 <Button 121 android:layout_width="fill_parent" 122 android:layout_height="wrap_content" 123 android:id="@+id/button3" 124 android:text="@string/button_manual" 125 android:onClick="manualMode"> 126 </Button> 110 127 111 128 </LinearLayout>
Note: See TracChangeset
for help on using the changeset viewer.