Screen layout issues

mc5 years ago

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

Anton Tananaev5 years ago

Settings were never in a layout file. It's in preferences.

mc5 years ago

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)

Anton Tananaev5 years ago

Please read Android documentation:

https://developer.android.com/guide/topics/ui/settings

mc5 years ago

Solved. Thank you