Check for settings at startup

This commit is contained in:
Nicolás Sánchez 2024-12-10 11:17:16 -03:00
parent 46492099d3
commit c9f775120f
2 changed files with 9 additions and 5 deletions

View File

@ -4,10 +4,10 @@
<selectionStates>
<SelectionState runConfigName="app">
<option name="selectionMode" value="DROPDOWN" />
<DropdownSelection timestamp="2024-12-09T20:18:37.036237904Z">
<DropdownSelection timestamp="2024-12-10T14:10:11.280627490Z">
<Target type="DEFAULT_BOOT">
<handle>
<DeviceId pluginId="LocalEmulator" identifier="path=/home/nicolas/.android/avd/Pixel_6_Pro_API_34.avd" />
<DeviceId pluginId="LocalEmulator" identifier="path=/home/nicolas/.android/avd/Pixel_Fold_API_34.avd" />
</handle>
</Target>
</DropdownSelection>

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp">
@ -178,3 +181,4 @@
android:layout_height="wrap_content"
android:text="@string/save_settings" />
</LinearLayout>
</ScrollView>