Update: 2026-05-16 21:43:57

This commit is contained in:
Hamza-Ayed
2026-05-16 21:43:57 +03:00
parent fd68eeeddf
commit 4df9cb17f1
301 changed files with 21034 additions and 48759 deletions

View File

@@ -0,0 +1,104 @@
<?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="#121212"
android:layoutDirection="rtl">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="24dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="دليل تفعيل الصلاحيات 🛡️"
android:textColor="#4CAF50"
android:textSize="24sp"
android:textStyle="bold"
android:layout_gravity="center"
android:layout_marginBottom="16dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="إذا كانت الصلاحيات تظهر باللون الرمادي، يرجى اتباع الخطوات التالية بدقة:"
android:textColor="#BBBBBB"
android:textSize="16sp"
android:layout_marginBottom="24dp"
android:textAlignment="center"/>
<!-- Step 1 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1. افتح 'معلومات التطبيق'"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:textStyle="bold"
android:layout_marginBottom="8dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط مطولاً على أيقونة Jordan Bot في الشاشة الرئيسية واختر (معلومات التطبيق) أو (إدارة التطبيق)."
android:textColor="#AAAAAA"
android:layout_marginBottom="12dp"/>
</LinearLayout>
<!-- Step 2 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="2. فك القيود (أهم خطوة)"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:textStyle="bold"
android:layout_marginBottom="8dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط على النقاط الثلاث في أعلى الصفحة واختر 'السماح بالإعدادات المقيدة' (Allow restricted settings)."
android:textColor="#AAAAAA"
android:layout_marginBottom="12dp"/>
<!-- <ImageView
android:layout_width="match_parent"
android:layout_height="300dp"
android:src="@drawable/tutorial_step_restricted"
android:scaleType="centerInside"
android:background="#2C2C2C"/> -->
</LinearLayout>
<!-- Audio Guide -->
<Button
android:id="@+id/btn_play_audio"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="استمع للشرح الصوتي 🔊"
android:backgroundTint="#2196F3"
android:layout_gravity="center"
android:layout_marginTop="16dp"
android:layout_marginBottom="32dp"/>
</LinearLayout>
</ScrollView>