[Android] Expose aspect ratio to the video settings.

This commit is contained in:
Ryan Houdek
2015-01-18 15:21:40 -06:00
parent 37a770bb9f
commit 864969f300
4 changed files with 29 additions and 0 deletions

View File

@ -155,6 +155,14 @@
android:summary="@string/fast_depth_calculation_descrip"
android:title="@string/fast_depth_calculation"/>
<ListPreference
android:defaultValue="0"
android:entries="@array/aspectRatioEntries"
android:entryValues="@array/aspectRatioValues"
android:key="aspectRatio"
android:summary="@string/aspect_ratio_descrip"
android:title="@string/aspect_ratio"/>
</PreferenceCategory>
</PreferenceScreen>