diff options
Diffstat (limited to 'app/src/main/res/layout/settings.xml')
| -rw-r--r-- | app/src/main/res/layout/settings.xml | 71 |
1 files changed, 7 insertions, 64 deletions
diff --git a/app/src/main/res/layout/settings.xml b/app/src/main/res/layout/settings.xml index aa2f117..0b70de3 100644 --- a/app/src/main/res/layout/settings.xml +++ b/app/src/main/res/layout/settings.xml @@ -16,13 +16,19 @@ <TextView android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="@dimen/space_lg" android:text="@string/settings" android:textColor="@color/on_surface" android:textSize="22sp" android:textStyle="bold"/> <TextView + android:id="@+id/version" + style="@style/Caption" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginBottom="@dimen/space_lg"/> + + <TextView style="@style/Note" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -228,62 +234,6 @@ <LinearLayout style="@style/Card" android:layout_width="match_parent" - android:layout_height="wrap_content"> - - <TextView - style="@style/SectionHeader" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/max_fps"/> - - <RadioGroup - android:id="@+id/max_fps" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="vertical"> - - <RadioButton - android:id="@+id/max_fps_0" - style="@style/RadioOption" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/max_fps_unlimited"/> - - <RadioButton - android:id="@+id/max_fps_30" - style="@style/RadioOption" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/max_fps_30"/> - - <RadioButton - android:id="@+id/max_fps_60" - style="@style/RadioOption" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/max_fps_60"/> - - <RadioButton - android:id="@+id/max_fps_90" - style="@style/RadioOption" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/max_fps_90"/> - - <RadioButton - android:id="@+id/max_fps_120" - style="@style/RadioOption" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/max_fps_120"/> - - </RadioGroup> - - </LinearLayout> - - <LinearLayout - style="@style/Card" - android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="0dp"> @@ -300,13 +250,6 @@ android:layout_height="wrap_content" android:text="@string/clipboard_sync"/> - <CheckBox - android:id="@+id/show_status_bar" - style="@style/RadioOption" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:text="@string/show_status_bar"/> - </LinearLayout> <!-- Required, not decorative: the bundled SPAKE2 library is |