Revision 6eb5eec2
Added by Leszek Koltunski over 7 years ago
src/main/res/layout/fbolayout.xml | ||
---|---|---|
27 | 27 |
android:id="@+id/deformDistortButton" |
28 | 28 |
android:layout_width="wrap_content" |
29 | 29 |
android:layout_height="wrap_content" |
30 |
android:checked="true" |
|
30 | 31 |
android:onClick="DepthYes" |
31 | 32 |
android:text="@string/DepthYes" /> |
32 | 33 |
|
... | ... | |
34 | 35 |
android:id="@+id/deformDeformButton" |
35 | 36 |
android:layout_width="wrap_content" |
36 | 37 |
android:layout_height="wrap_content" |
37 |
android:checked="true" |
|
38 | 38 |
android:onClick="DepthNo" |
39 | 39 |
android:text="@string/DepthNo" /> |
40 | 40 |
|
Also available in: Unified diff
A Lot of fixes for the issues uncovered by Olimpic.
Still at least 1 known issue: sometimes, when we re-add a Surface, some garbage pops up on the screen for a brief split second. Visible in Olimpic.