Revision 9fa2835a app/src/main/res/layout/videoeditor.xml
app/src/main/res/layout/videoeditor.xml | ||
---|---|---|
49 | 49 |
android:secondaryProgress="0" |
50 | 50 |
android:progressDrawable="@android:drawable/progress_horizontal" |
51 | 51 |
/> |
52 |
|
|
52 |
<ProgressBar |
|
53 |
android:layout_width="wrap_content" |
|
54 |
android:layout_height="match_parent" |
|
55 |
android:id="@+id/progress_spinner" |
|
56 |
android:visibility="gone" |
|
57 |
/> |
|
53 | 58 |
|
54 | 59 |
</LinearLayout> |
55 | 60 |
|
... | ... | |
58 | 63 |
android:layout_height="wrap_content" |
59 | 64 |
android:orientation="horizontal" |
60 | 65 |
> |
61 |
<!-- |
|
62 |
<Button |
|
63 |
android:id="@+id/button_auto" |
|
64 |
android:layout_width="wrap_content" |
|
65 |
android:layout_height="match_parent" |
|
66 |
android:text="Auto-Detect" |
|
67 |
/>--> |
|
68 | 66 |
|
69 | 67 |
<TextView |
70 |
android:layout_width="wrap_content"
|
|
68 |
android:layout_width="60dp"
|
|
71 | 69 |
android:layout_height="match_parent" |
72 | 70 |
android:text="Pixelize:" |
73 | 71 |
android:gravity="center_vertical|right" |
74 | 72 |
/> |
75 | 73 |
<SeekBar |
76 | 74 |
android:id="@+id/seekbar_video_obscure" |
77 |
android:layout_width="80dp"
|
|
75 |
android:layout_width="120dp"
|
|
78 | 76 |
android:layout_height="match_parent" |
79 | 77 |
android:max="128" |
80 | 78 |
|
81 | 79 |
/> |
82 | 80 |
<TextView |
83 |
android:layout_width="wrap_content"
|
|
81 |
android:layout_width="60dp"
|
|
84 | 82 |
android:layout_height="match_parent" |
85 | 83 |
android:text="Distort:" |
86 | 84 |
android:gravity="center_vertical|right" |
87 | 85 |
/> |
88 | 86 |
<SeekBar |
89 | 87 |
android:id="@+id/seekbar_audio_obscure" |
90 |
android:layout_width="80dp"
|
|
88 |
android:layout_width="120dp"
|
|
91 | 89 |
android:layout_height="match_parent" |
92 | 90 |
android:max="64" |
93 | 91 |
|
94 | 92 |
/> |
95 |
<Button |
|
96 |
android:id="@+id/button_preview" |
|
97 |
android:layout_width="wrap_content" |
|
98 |
android:layout_height="match_parent" |
|
99 |
android:text="Preview" |
|
100 |
/> |
|
93 |
|
|
94 |
|
|
95 |
</LinearLayout> |
|
96 |
<!-- |
|
97 |
<LinearLayout |
|
98 |
android:layout_width="match_parent" |
|
99 |
android:layout_height="wrap_content" |
|
100 |
android:orientation="horizontal" |
|
101 |
> |
|
102 |
|
|
103 |
<TextView |
|
104 |
android:layout_width="60dp" |
|
105 |
android:layout_height="match_parent" |
|
106 |
android:text="Brighten:" |
|
107 |
android:gravity="center_vertical|right" |
|
108 |
/> |
|
109 |
<SeekBar |
|
110 |
android:id="@+id/seekbar_video_brightness" |
|
111 |
android:layout_width="120dp" |
|
112 |
android:layout_height="match_parent" |
|
113 |
android:max="128" |
|
114 |
|
|
115 |
/> |
|
116 |
<TextView |
|
117 |
android:layout_width="60dp" |
|
118 |
android:layout_height="match_parent" |
|
119 |
android:text="Saturate:" |
|
120 |
android:gravity="center_vertical|right" |
|
121 |
/> |
|
122 |
<SeekBar |
|
123 |
android:id="@+id/seekbar_video_saturate" |
|
124 |
android:layout_width="120dp" |
|
125 |
android:layout_height="match_parent" |
|
126 |
android:max="64" |
|
127 |
|
|
128 |
/> |
|
129 |
|
|
101 | 130 |
|
102 | 131 |
</LinearLayout> |
132 |
--> |
|
103 | 133 |
</LinearLayout> |
104 | 134 |
|
105 | 135 |
|
Also available in: Unified diff