<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent" android:layout_height="match_parent" android:background="#F1F5F9">
 <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content"
     android:orientation="vertical" android:padding="16dp">

   <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
       android:text="More" android:textSize="26sp" android:textStyle="bold" android:textColor="#0F172A"
       android:layout_marginBottom="14dp"/>

   <TextView android:id="@+id/rowSync"    style="@style/MoreRow" android:text="🔄  Sync now"/>
   <TextView android:id="@+id/rowStatus"  style="@style/MoreRow" android:text="📶  Sync status"/>
   <TextView android:id="@+id/rowRec"     style="@style/MoreRow" android:text="🎙  Recording mode"/>
   <TextView android:id="@+id/rowGrantSafFolder" style="@style/MoreRow" android:text="📂  Grant recordings folder access (Xiaomi/MIUI)"/>
   <TextView android:id="@+id/rowLinkExt" style="@style/MoreRow" android:text="🖥  Linked Quick Call Extension"/>
   <TextView android:id="@+id/rowMicTest" style="@style/MoreRow" android:text="🎙  Test Mic Recording"/>
   <TextView android:id="@+id/rowAbout"   style="@style/MoreRow" android:text="📱  About app"/>
   <TextView android:id="@+id/rowChooseSim" style="@style/MoreRow" android:text="📶  Choose Registered SIM"/>
   <TextView android:id="@+id/rowWhatsappCalls" style="@style/MoreRow" android:text="💬  WhatsApp Call Logging"/>


 </LinearLayout>
</ScrollView>