Skip to content

Commit 41b6654

Browse files
committed
Update UI and add more FPS manual values.
1 parent b542a7a commit 41b6654

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
android:layout_width="wrap_content"
9393
android:layout_height="wrap_content"
9494
android:layout_marginRight="5dp"
95-
android:text="Output FPS:" />
95+
android:text="FPS:" />
9696

9797
<Spinner
9898
android:id="@+id/fps"
@@ -114,7 +114,7 @@
114114
android:layout_width="wrap_content"
115115
android:layout_height="wrap_content"
116116
android:layout_marginRight="5dp"
117-
android:text="ViewMode:" />
117+
android:text="View:" />
118118

119119
<Spinner
120120
android:id="@+id/viewMode"

app/src/main/res/values/strings.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@
1919
<item>No rotation</item>
2020
</string-array>
2121
<string-array name="fps">
22-
<item>Same as input</item>
22+
<item>Auto-detect</item>
2323
<item>15</item>
24+
<item>24</item>
25+
<item>25</item>
2426
<item>30</item>
27+
<item>50</item>
2528
<item>60</item>
2629
<item>120</item>
2730
</string-array>

0 commit comments

Comments
 (0)