Skip to content

Commit

Permalink
Update activity_main.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Jul 4, 2024
1 parent adfaf96 commit 6fc54b0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,23 @@
android:entries="@array/options_bitrate_keys"
android:minHeight="48dp" />

</LinearLayout>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:orientation="horizontal">

<Switch
android:id="@+id/keep_aspect_ratio"
android:layout_width="0dp"
android:layout_height="48dp"
android:layout_weight="1"
android:text="Keep Aspect Ratio"
android:textSize="15sp" />
</LinearLayout>
android:textSize="15sp" />

</LinearLayout>

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit 6fc54b0

Please sign in to comment.