I am testing on Samsung Note 9. I can't see SOS buttons, or other icons. Also in res (resources) folder I see the layout/list folder
<?xml version="1.0" encoding="utf-8"?>
<ListView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent" />
I can't see the list. I want to add new Settings line . I remember in previous versions I could see the layout and able to edit
Settings were never in a layout file. It's in preferences.
Where is located the preferences ?
I meant the screen that have :
Service Status (slide switch)
Device Identifier (inbox)
Server URL (inbox)
Location Accuracy (inbox)
Frequency (inbox)
Distance (inbox)
Angle (inbox)
I am testing on Samsung Note 9. I can't see SOS buttons, or other icons. Also in res (resources) folder I see the layout/list folder
<?xml version="1.0" encoding="utf-8"?> <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list" android:layout_width="match_parent" android:layout_height="match_parent" />
I can't see the list. I want to add new Settings line . I remember in previous versions I could see the layout and able to edit