mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-04 09:10:32 +00:00
v2.2
This commit is contained in:
parent
512140534c
commit
7350c7cc47
64 changed files with 1102 additions and 1113 deletions
|
|
@ -23,6 +23,9 @@
|
|||
android:selectAllOnFocus="true"
|
||||
android:singleLine="true"
|
||||
android:title="MEMORY"
|
||||
android:enabled="false"
|
||||
android:shouldDisableView="true"
|
||||
app:shouldDisableView="true"
|
||||
app:icon="@drawable/round_memory_24" />
|
||||
<SwitchPreferenceCompat
|
||||
android:layout_width="wrap_content"
|
||||
|
|
@ -40,5 +43,14 @@
|
|||
android:key="cpuNum"
|
||||
android:title="CPU CORES"
|
||||
app:icon="@drawable/round_hub_24" />
|
||||
<SwitchPreferenceCompat
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:defaultValue="false"
|
||||
android:title="VIRTIO HARDDISK"
|
||||
android:key="virtio"
|
||||
android:summaryOff="hdd type: ide"
|
||||
app:summaryOn="hdd type: virtio"
|
||||
app:icon="@drawable/round_dns_24" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
Loading…
Add table
Add a link
Reference in a new issue