Add an option to stretch the video to fill the screen and make preserve aspect ratio the default

This commit is contained in:
Cameron Gutman
2014-07-19 22:15:23 -07:00
parent 428d37afd4
commit b9f01b63cc
6 changed files with 72 additions and 14 deletions

View File

@@ -54,7 +54,7 @@
android:id="@+id/advancedSettingsButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/streamConfigGroup"
android:layout_below="@+id/stretchToFill"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
android:text="Advanced Settings" />
@@ -67,6 +67,14 @@
android:layout_centerHorizontal="true"
android:text="Add PC Manually" />
<CheckBox
android:id="@+id/stretchToFill"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/streamConfigGroup"
android:layout_marginTop="15dp"
android:text="Stretch video to fill screen" />
</RelativeLayout>
</ScrollView>