Update: 2026-05-16 22:07:39

This commit is contained in:
Hamza-Ayed
2026-05-16 22:07:40 +03:00
parent b672b5854a
commit c5f3a4737c
171 changed files with 7984 additions and 7994 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
@@ -5,6 +5,7 @@ import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.ScrollView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
@@ -22,9 +23,14 @@ public final class ActivityTutorialBinding implements ViewBinding {
@NonNull
public final Button btnPlayAudio;
private ActivityTutorialBinding(@NonNull ScrollView rootView, @NonNull Button btnPlayAudio) {
@NonNull
public final LinearLayout tutorialStepsContainer;
private ActivityTutorialBinding(@NonNull ScrollView rootView, @NonNull Button btnPlayAudio,
@NonNull LinearLayout tutorialStepsContainer) {
this.rootView = rootView;
this.btnPlayAudio = btnPlayAudio;
this.tutorialStepsContainer = tutorialStepsContainer;
}
@Override
@@ -60,7 +66,14 @@ public final class ActivityTutorialBinding implements ViewBinding {
break missingId;
}
return new ActivityTutorialBinding((ScrollView) rootView, btnPlayAudio);
id = R.id.tutorial_steps_container;
LinearLayout tutorialStepsContainer = ViewBindings.findChildViewById(rootView, id);
if (tutorialStepsContainer == null) {
break missingId;
}
return new ActivityTutorialBinding((ScrollView) rootView, btnPlayAudio,
tutorialStepsContainer);
}
String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId));
@@ -711,17 +711,17 @@ LX/s;
HSPLX/s;-><init>(Lf/i;I)V
LX/z;
HSPLX/z;-><init>(LX/J;I)V
HSPLB/g;->l(Ljava/lang/Object;)V
HSPLB/g;->m(Ljava/lang/Object;)V
Lp/e;
HSPLp/e;-><clinit>()V
HSPLp/e;->a(I)I
HSPLp/e;->b(I)[I
HSPLB/g;->n(I)Ljava/lang/String;
HSPLB/g;->o(I)Ljava/lang/String;
HSPLB/g;->d(ILjava/lang/String;)Ljava/lang/String;
HSPLB/g;->e(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLB/g;->g(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLB/g;->f(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLB/g;->p(I)Ljava/lang/String;
HSPLB/g;->e(ILjava/lang/String;)Ljava/lang/String;
HSPLB/g;->f(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLB/g;->h(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLB/g;->g(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLK/E;-><init>(ILjava/lang/Class;III)V
HSPLX/F;-><init>(I)V
HSPLX/L;-><init>(I)V
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="activity_tutorial" modulePackage="com.jordanbot.autoride" filePath="app/src/main/res/layout/activity_tutorial.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.ScrollView"><Targets><Target tag="layout/activity_tutorial_0" view="ScrollView"><Expressions/><location startLine="1" startOffset="0" endLine="126" endOffset="12"/></Target><Target id="@+id/btn_play_audio" view="Button"><Expressions/><location startLine="115" startOffset="8" endLine="123" endOffset="47"/></Target></Targets></Layout>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="activity_tutorial" modulePackage="com.jordanbot.autoride" filePath="app/src/main/res/layout/activity_tutorial.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.ScrollView"><Targets><Target tag="layout/activity_tutorial_0" view="ScrollView"><Expressions/><location startLine="1" startOffset="0" endLine="54" endOffset="12"/></Target><Target id="@+id/tutorial_steps_container" view="LinearLayout"><Expressions/><location startLine="34" startOffset="8" endLine="38" endOffset="43"/></Target><Target id="@+id/btn_play_audio" view="Button"><Expressions/><location startLine="41" startOffset="8" endLine="51" endOffset="35"/></Target></Targets></Layout>
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="activity_tutorial" modulePackage="com.jordanbot.autoride" filePath="app/src/main/res/layout/activity_tutorial.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.ScrollView"><Targets><Target tag="layout/activity_tutorial_0" view="ScrollView"><Expressions/><location startLine="1" startOffset="0" endLine="126" endOffset="12"/></Target><Target id="@+id/btn_play_audio" view="Button"><Expressions/><location startLine="115" startOffset="8" endLine="123" endOffset="47"/></Target></Targets></Layout>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="activity_tutorial" modulePackage="com.jordanbot.autoride" filePath="app/src/main/res/layout/activity_tutorial.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.ScrollView"><Targets><Target tag="layout/activity_tutorial_0" view="ScrollView"><Expressions/><location startLine="1" startOffset="0" endLine="54" endOffset="12"/></Target><Target id="@+id/tutorial_steps_container" view="LinearLayout"><Expressions/><location startLine="34" startOffset="8" endLine="38" endOffset="43"/></Target><Target id="@+id/btn_play_audio" view="Button"><Expressions/><location startLine="41" startOffset="8" endLine="51" endOffset="35"/></Target></Targets></Layout>
@@ -1,4 +1,4 @@
#Sat May 16 21:51:03 EET 2026
#Sat May 16 22:05:33 EET 2026
base.0=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
path.0=classes.dex
renamed.0=classes.dex
@@ -1,4 +1,4 @@
#Sat May 16 21:50:14 EET 2026
#Sat May 16 22:04:08 EET 2026
com.jordanbot.autoride.app-appcompat-1.7.0-13\:/anim/abc_fade_in.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/merged_res/release/mergeReleaseResources/anim_abc_fade_in.xml.flat
com.jordanbot.autoride.app-appcompat-1.7.0-13\:/anim/abc_fade_out.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/merged_res/release/mergeReleaseResources/anim_abc_fade_out.xml.flat
com.jordanbot.autoride.app-appcompat-1.7.0-13\:/anim/abc_grow_fade_in_from_bottom.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/merged_res/release/mergeReleaseResources/anim_abc_grow_fade_in_from_bottom.xml.flat
@@ -11,6 +11,7 @@
android:orientation="vertical"
android:padding="24dp">
<!-- Header -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -19,109 +20,36 @@
android:textSize="24sp"
android:textStyle="bold"
android:layout_gravity="center"
android:layout_marginBottom="16dp"/>
android:layout_marginBottom="8dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="إذا كانت الصلاحيات تظهر باللون الرمادي، يرجى اتباع الخطوات التالية بدقة:"
android:text="إذا كانت الصلاحيات تظهر باللون الرمادي، اتبع الخطوات التالية:"
android:textColor="#BBBBBB"
android:textSize="16sp"
android:layout_marginBottom="24dp"
android:textAlignment="center"/>
<!-- Step 1 -->
<!-- Steps will be loaded dynamically here -->
<LinearLayout
android:id="@+id/tutorial_steps_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp"
android:gravity="center_vertical">
<TextView
android:layout_width="40dp"
android:layout_height="40dp"
android:text="1"
android:background="@drawable/circle_background"
android:textColor="#FFFFFF"
android:gravity="center"
android:textSize="20sp"
android:textStyle="bold"
android:layout_marginEnd="16dp"/>
android:orientation="vertical"/>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="افتح 'معلومات التطبيق'"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:textStyle="bold"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط مطولاً على أيقونة البوت واختر (معلومات التطبيق)."
android:textColor="#AAAAAA"/>
</LinearLayout>
</LinearLayout>
<!-- Step 2 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp"
android:gravity="center_vertical">
<TextView
android:layout_width="40dp"
android:layout_height="40dp"
android:text="2"
android:background="@drawable/circle_background_red"
android:textColor="#FFFFFF"
android:gravity="center"
android:textSize="20sp"
android:textStyle="bold"
android:layout_marginEnd="16dp"/>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="فك القيود (أهم خطوة)"
android:textColor="#FF5252"
android:textSize="18sp"
android:textStyle="bold"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط على النقاط الثلاث ⋮ في الأعلى واختر 'السماح بالإعدادات المقيدة'."
android:textColor="#AAAAAA"/>
</LinearLayout>
</LinearLayout>
<!-- Audio Guide -->
<!-- Audio Guide Button -->
<Button
android:id="@+id/btn_play_audio"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="استمع للشرح الصوتي 🔊"
android:backgroundTint="#2196F3"
android:layout_gravity="center"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:layout_marginTop="16dp"
android:layout_marginBottom="32dp"/>
android:layout_marginBottom="32dp"
android:padding="16dp"/>
</LinearLayout>
</ScrollView>
@@ -1,4 +1,4 @@
#Sat May 16 21:50:15 EET 2026
#Sat May 16 22:04:08 EET 2026
com.jordanbot.autoride.app-main-4\:/drawable/bg_bubble.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/drawable/bg_bubble.xml
com.jordanbot.autoride.app-main-4\:/drawable/bg_button.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/drawable/bg_button.xml
com.jordanbot.autoride.app-main-4\:/drawable/bg_button_danger.xml=/Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/packaged_res/release/packageReleaseResources/drawable/bg_button_danger.xml
@@ -11,6 +11,7 @@
android:orientation="vertical"
android:padding="24dp">
<!-- Header -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -19,109 +20,36 @@
android:textSize="24sp"
android:textStyle="bold"
android:layout_gravity="center"
android:layout_marginBottom="16dp"/>
android:layout_marginBottom="8dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="إذا كانت الصلاحيات تظهر باللون الرمادي، يرجى اتباع الخطوات التالية بدقة:"
android:text="إذا كانت الصلاحيات تظهر باللون الرمادي، اتبع الخطوات التالية:"
android:textColor="#BBBBBB"
android:textSize="16sp"
android:layout_marginBottom="24dp"
android:textAlignment="center"/>
<!-- Step 1 -->
<!-- Steps will be loaded dynamically here -->
<LinearLayout
android:id="@+id/tutorial_steps_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp"
android:gravity="center_vertical">
<TextView
android:layout_width="40dp"
android:layout_height="40dp"
android:text="1"
android:background="@drawable/circle_background"
android:textColor="#FFFFFF"
android:gravity="center"
android:textSize="20sp"
android:textStyle="bold"
android:layout_marginEnd="16dp"/>
android:orientation="vertical"/>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="افتح 'معلومات التطبيق'"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:textStyle="bold"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط مطولاً على أيقونة البوت واختر (معلومات التطبيق)."
android:textColor="#AAAAAA"/>
</LinearLayout>
</LinearLayout>
<!-- Step 2 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp"
android:gravity="center_vertical">
<TextView
android:layout_width="40dp"
android:layout_height="40dp"
android:text="2"
android:background="@drawable/circle_background_red"
android:textColor="#FFFFFF"
android:gravity="center"
android:textSize="20sp"
android:textStyle="bold"
android:layout_marginEnd="16dp"/>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="فك القيود (أهم خطوة)"
android:textColor="#FF5252"
android:textSize="18sp"
android:textStyle="bold"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط على النقاط الثلاث ⋮ في الأعلى واختر 'السماح بالإعدادات المقيدة'."
android:textColor="#AAAAAA"/>
</LinearLayout>
</LinearLayout>
<!-- Audio Guide -->
<!-- Audio Guide Button -->
<Button
android:id="@+id/btn_play_audio"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="استمع للشرح الصوتي 🔊"
android:backgroundTint="#2196F3"
android:layout_gravity="center"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:layout_marginTop="16dp"
android:layout_marginBottom="32dp"/>
android:layout_marginBottom="32dp"
android:padding="16dp"/>
</LinearLayout>
</ScrollView>
File diff suppressed because one or more lines are too long
@@ -34,6 +34,7 @@ id main_layout
id switch_auto_accept
id switch_bot_status
id switch_dark_mode
id tutorial_steps_container
id tv_bubble
id tv_cliq_alias
id tv_current_status
@@ -11,6 +11,7 @@
android:orientation="vertical"
android:padding="24dp">
<!-- Header -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -19,109 +20,36 @@
android:textSize="24sp"
android:textStyle="bold"
android:layout_gravity="center"
android:layout_marginBottom="16dp"/>
android:layout_marginBottom="8dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="إذا كانت الصلاحيات تظهر باللون الرمادي، يرجى اتباع الخطوات التالية بدقة:"
android:text="إذا كانت الصلاحيات تظهر باللون الرمادي، اتبع الخطوات التالية:"
android:textColor="#BBBBBB"
android:textSize="16sp"
android:layout_marginBottom="24dp"
android:textAlignment="center"/>
<!-- Step 1 -->
<!-- Steps will be loaded dynamically here -->
<LinearLayout
android:id="@+id/tutorial_steps_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp"
android:gravity="center_vertical">
<TextView
android:layout_width="40dp"
android:layout_height="40dp"
android:text="1"
android:background="@drawable/circle_background"
android:textColor="#FFFFFF"
android:gravity="center"
android:textSize="20sp"
android:textStyle="bold"
android:layout_marginEnd="16dp"/>
android:orientation="vertical"/>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="افتح 'معلومات التطبيق'"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:textStyle="bold"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط مطولاً على أيقونة البوت واختر (معلومات التطبيق)."
android:textColor="#AAAAAA"/>
</LinearLayout>
</LinearLayout>
<!-- Step 2 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp"
android:gravity="center_vertical">
<TextView
android:layout_width="40dp"
android:layout_height="40dp"
android:text="2"
android:background="@drawable/circle_background_red"
android:textColor="#FFFFFF"
android:gravity="center"
android:textSize="20sp"
android:textStyle="bold"
android:layout_marginEnd="16dp"/>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="فك القيود (أهم خطوة)"
android:textColor="#FF5252"
android:textSize="18sp"
android:textStyle="bold"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط على النقاط الثلاث ⋮ في الأعلى واختر 'السماح بالإعدادات المقيدة'."
android:textColor="#AAAAAA"/>
</LinearLayout>
</LinearLayout>
<!-- Audio Guide -->
<!-- Audio Guide Button -->
<Button
android:id="@+id/btn_play_audio"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="استمع للشرح الصوتي 🔊"
android:backgroundTint="#2196F3"
android:layout_gravity="center"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:layout_marginTop="16dp"
android:layout_marginBottom="32dp"/>
android:layout_marginBottom="32dp"
android:padding="16dp"/>
</LinearLayout>
</ScrollView>
@@ -1519,40 +1519,6 @@
}
]
},
{
"outputFile": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/values-land_values-land.arsc.flat",
"map": [
{
"source": "/Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/30dbe09adc47a6fa3161e128d9fbb6b2/transformed/material-1.12.0/res/values-land/values-land.xml",
"from": {
"startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,35,40",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "55,130,204,277,347,419,489,554,621,691,763,832,901,983,1073,1149,1217,1284,1362,1427,1494,1666,2235,2504",
"endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,34,39,42",
"endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
"endOffsets": "125,199,272,342,414,484,549,616,686,758,827,896,978,1068,1144,1212,1279,1357,1422,1489,1661,2230,2499,2727"
},
"to": {
"startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,38,43",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2444,2713",
"endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,37,42,45",
"endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
"endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2439,2708,2936"
}
},
{
"source": "/Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/36b3856ba9c7cbbdc36c1fd5fe2a4d44/transformed/appcompat-1.7.0/res/values-land/values-land.xml",
"from": {
"startLines": "2,3,4",
"startColumns": "4,4,4",
"startOffsets": "55,125,196",
"endColumns": "69,70,67",
"endOffsets": "120,191,259"
}
}
]
},
{
"outputFile": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/values-or_values-or.arsc.flat",
"map": [
@@ -1645,6 +1611,40 @@
}
]
},
{
"outputFile": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/values-land_values-land.arsc.flat",
"map": [
{
"source": "/Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/30dbe09adc47a6fa3161e128d9fbb6b2/transformed/material-1.12.0/res/values-land/values-land.xml",
"from": {
"startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,35,40",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "55,130,204,277,347,419,489,554,621,691,763,832,901,983,1073,1149,1217,1284,1362,1427,1494,1666,2235,2504",
"endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,34,39,42",
"endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
"endOffsets": "125,199,272,342,414,484,549,616,686,758,827,896,978,1068,1144,1212,1279,1357,1422,1489,1661,2230,2499,2727"
},
"to": {
"startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,29,38,43",
"startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
"startOffsets": "264,339,413,486,556,628,698,763,830,900,972,1041,1110,1192,1282,1358,1426,1493,1571,1636,1703,1875,2444,2713",
"endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,28,37,42,45",
"endColumns": "74,73,72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10,10",
"endOffsets": "334,408,481,551,623,693,758,825,895,967,1036,1105,1187,1277,1353,1421,1488,1566,1631,1698,1870,2439,2708,2936"
}
},
{
"source": "/Users/hamzaaleghwairyeen/.gradle/caches/transforms-4/36b3856ba9c7cbbdc36c1fd5fe2a4d44/transformed/appcompat-1.7.0/res/values-land/values-land.xml",
"from": {
"startLines": "2,3,4",
"startColumns": "4,4,4",
"startOffsets": "55,125,196",
"endColumns": "69,70,67",
"endOffsets": "120,191,259"
}
}
]
},
{
"outputFile": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/values-v17_values-v17.arsc.flat",
"map": [
@@ -179,14 +179,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_navigation_rail_item_with_indicator_icon_tint.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_navigation_rail_item_with_indicator_icon_tint.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/anim_btn_radio_to_on_mtrl_ring_outer_animation.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_mtrl_checkbox_button_icon_unchecked_checked.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/drawable/mtrl_checkbox_button_icon_unchecked_checked.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/anim_btn_radio_to_on_mtrl_ring_outer_animation.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_material_personalized_primary_inverse_text_disable_only.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/material_personalized_primary_inverse_text_disable_only.xml"
@@ -199,22 +199,22 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_notification_bg_normal.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-core-1.13.1-23:/drawable-hdpi-v4/notification_bg_normal.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_timepicker_time_input_stroke_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_timepicker_time_input_stroke_color.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_button_ripple_color_selector.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_button_ripple_color_selector.xml"
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_notification_bg_normal.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-core-1.13.1-23:/drawable-hdpi-v4/notification_bg_normal.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_common_google_signin_btn_icon_dark_focused.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-play-services-base-18.5.0-30:/drawable/common_google_signin_btn_icon_dark_focused.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_button_ripple_color_selector.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_button_ripple_color_selector.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_slider_inactive_track_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_slider_inactive_track_color.xml"
@@ -239,14 +239,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/layout_m3_alert_dialog_actions.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/layout/m3_alert_dialog_actions.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_abc_primary_text_disable_only_material_dark.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/color/abc_primary_text_disable_only_material_dark.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_calendar_item_stroke_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_calendar_item_stroke_color.xml"
@@ -275,14 +275,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xxxhdpi-v4_ic_call_decline_low.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-core-1.13.1-23:/drawable-xxxhdpi-v4/ic_call_decline_low.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/animator_fragment_fade_enter.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-fragment-1.5.4-15:/animator/fragment_fade_enter.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_timepicker_clock_text_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_timepicker_clock_text_color.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/animator_fragment_fade_enter.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-fragment-1.5.4-15:/animator/fragment_fade_enter.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/layout_material_timepicker_dialog.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/layout/material_timepicker_dialog.xml"
@@ -399,14 +399,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/animator_fragment_fade_exit.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-fragment-1.5.4-15:/animator/fragment_fade_exit.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xhdpi-v4_ic_call_decline_low.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-core-1.13.1-23:/drawable-xhdpi-v4/ic_call_decline_low.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_material_personalized_hint_foreground_inverse.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/material_personalized_hint_foreground_inverse.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xhdpi-v4_ic_call_decline_low.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-core-1.13.1-23:/drawable-xhdpi-v4/ic_call_decline_low.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png"
@@ -420,16 +420,16 @@
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/drawable-v23/m3_radiobutton_ripple.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_chip_stroke_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_chip_stroke_color.xml"
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_googleg_standard_color_18.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-play-services-base-18.5.0-30:/drawable-hdpi-v4/googleg_standard_color_18.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_design_ic_visibility.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/drawable/design_ic_visibility.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_googleg_standard_color_18.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-play-services-base-18.5.0-30:/drawable-hdpi-v4/googleg_standard_color_18.png"
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_chip_stroke_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_chip_stroke_color.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/layout-v26_mtrl_calendar_month.xml.flat",
@@ -515,14 +515,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_material_ic_menu_arrow_down_black_24dp.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/drawable/material_ic_menu_arrow_down_black_24dp.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xxhdpi-v4_googleg_disabled_color_18.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-play-services-base-18.5.0-30:/drawable-xxhdpi-v4/googleg_disabled_color_18.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/animator_m3_extended_fab_hide_motion_spec.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/animator/m3_extended_fab_hide_motion_spec.xml"
@@ -603,6 +603,10 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/anim_linear_indeterminate_line1_tail_interpolator.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/anim/linear_indeterminate_line1_tail_interpolator.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_circle_background.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-main-42:/drawable/circle_background.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/animator_mtrl_extended_fab_state_list_animator.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/animator/mtrl_extended_fab_state_list_animator.xml"
@@ -687,14 +691,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/animator_mtrl_card_state_list_anim.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/animator/mtrl_card_state_list_anim.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_common_full_open_on_phone.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-play-services-base-18.5.0-30:/drawable-hdpi-v4/common_full_open_on_phone.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_common_full_open_on_phone.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-play-services-base-18.5.0-30:/drawable-hdpi-v4/common_full_open_on_phone.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png"
@@ -707,14 +711,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_common_google_signin_btn_text_disabled.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-play-services-base-18.5.0-30:/drawable/common_google_signin_btn_text_disabled.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_mtrl_switch_thumb_checked.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/drawable/mtrl_switch_thumb_checked.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-v21_abc_btn_colored_material.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-v21/abc_btn_colored_material.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_mtrl_switch_thumb_checked.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/drawable/mtrl_switch_thumb_checked.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_navigation_bar_ripple_color_selector.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_navigation_bar_ripple_color_selector.xml"
@@ -723,22 +727,22 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-mdpi-v4/abc_list_longpressed_holo.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/animator_mtrl_btn_state_list_anim.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/animator/mtrl_btn_state_list_anim.xml"
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_textfield_filled_background_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_textfield_filled_background_color.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/animator_mtrl_btn_state_list_anim.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/animator/mtrl_btn_state_list_anim.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png"
@@ -755,14 +759,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_material_slider_thumb_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/material_slider_thumb_color.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_mtrl_btn_text_btn_bg_color_selector.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/mtrl_btn_text_btn_bg_color_selector.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_test_level_drawable.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable/test_level_drawable.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_mtrl_btn_text_btn_bg_color_selector.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/mtrl_btn_text_btn_bg_color_selector.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_mtrl_chip_surface_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/mtrl_chip_surface_color.xml"
@@ -827,25 +831,25 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/layout_design_text_input_start_icon.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/layout/design_text_input_start_icon.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/mipmap-xxhdpi_ic_launcher_foreground.webp.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-main-42:/mipmap-xxhdpi/ic_launcher_foreground.webp"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/layout_mtrl_picker_header_fullscreen.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/layout/mtrl_picker_header_fullscreen.xml"
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_btn_checkbox_checked_mtrl.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable/btn_checkbox_checked_mtrl.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_mtrl_on_primary_text_btn_text_color_selector.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/mtrl_on_primary_text_btn_text_color_selector.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_btn_checkbox_checked_mtrl.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable/btn_checkbox_checked_mtrl.xml"
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/layout_mtrl_picker_header_fullscreen.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/layout/mtrl_picker_header_fullscreen.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/anim_abc_tooltip_exit.xml.flat",
@@ -867,14 +871,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_material_slider_active_tick_marks_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/material_slider_active_tick_marks_color.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-anydpi-v21_ic_call_answer_low.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-core-1.13.1-23:/drawable-anydpi-v21/ic_call_answer_low.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/layout_mtrl_calendar_horizontal.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/layout/mtrl_calendar_horizontal.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-anydpi-v21_ic_call_answer_low.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-core-1.13.1-23:/drawable-anydpi-v21/ic_call_answer_low.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_mtrl_fab_ripple_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/mtrl_fab_ripple_color.xml"
@@ -959,14 +963,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/animator_m3_card_elevated_state_list_anim.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/animator/m3_card_elevated_state_list_anim.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_tabs_ripple_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_tabs_ripple_color.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xhdpi-v4_ic_call_answer_video_low.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-core-1.13.1-23:/drawable-xhdpi-v4/ic_call_answer_video_low.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_tabs_ripple_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_tabs_ripple_color.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png"
@@ -1015,14 +1019,14 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_card_ripple_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_card_ripple_color.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color-v23_abc_tint_edittext.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/color-v23/abc_tint_edittext.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/anim_design_snackbar_out.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/anim/design_snackbar_out.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color-v23_abc_tint_edittext.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/color-v23/abc_tint_edittext.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_mtrl_switch_track_decoration_tint.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/mtrl_switch_track_decoration_tint.xml"
@@ -1083,18 +1087,10 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable/abc_ic_arrow_drop_right_black_24dp.xml"
},
{
"merged": "com.jordanbot.autoride.app-release-41:/drawable_circle_background.xml.flat",
"source": "com.jordanbot.autoride.app-main-42:/drawable/circle_background.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-mdpi-v4_ic_call_decline_low.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-core-1.13.1-23:/drawable-mdpi-v4/ic_call_decline_low.png"
},
{
"merged": "com.jordanbot.autoride.app-release-41:/drawable_circle_background_red.xml.flat",
"source": "com.jordanbot.autoride.app-main-42:/drawable/circle_background_red.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png"
@@ -1108,16 +1104,16 @@
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/drawable/ic_m3_chip_checked_circle.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/anim_abc_fade_in.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/anim/abc_fade_in.xml"
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_mtrl_checkbox_button_icon_unchecked_indeterminate.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/drawable/mtrl_checkbox_button_icon_unchecked_indeterminate.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_mtrl_checkbox_button_icon_unchecked_indeterminate.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/drawable/mtrl_checkbox_button_icon_unchecked_indeterminate.xml"
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/anim_abc_fade_in.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/anim/abc_fade_in.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_material_on_primary_emphasis_medium.xml.flat",
@@ -1335,26 +1331,26 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-core-1.13.1-23:/drawable-mdpi-v4/notification_bg_low_normal.9.png"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_ic_launcher_background.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-main-42:/drawable/ic_launcher_background.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_mtrl_filled_stroke_color.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/mtrl_filled_stroke_color.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_ic_launcher_background.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-main-42:/drawable/ic_launcher_background.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color_m3_default_color_primary_text.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/color/m3_default_color_primary_text.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_common_google_signin_btn_text_dark_normal.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-play-services-base-18.5.0-30:/drawable/common_google_signin_btn_text_dark_normal.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/color-v23_abc_btn_colored_borderless_text_material.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/color-v23/abc_btn_colored_borderless_text_material.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_common_google_signin_btn_text_dark_normal.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-play-services-base-18.5.0-30:/drawable/common_google_signin_btn_text_dark_normal.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/anim_btn_radio_to_off_mtrl_dot_group_animation.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/anim/btn_radio_to_off_mtrl_dot_group_animation.xml"
@@ -1819,6 +1815,10 @@
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/layout_mtrl_layout_snackbar_include.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-material-1.12.0-10:/layout/mtrl_layout_snackbar_include.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/drawable_circle_background_red.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-main-42:/drawable/circle_background_red.xml"
},
{
"merged": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-release-41:/layout_abc_action_mode_bar.xml.flat",
"source": "/Users/hamzaaleghwairyeen/.gradle/daemon/8.7/com.jordanbot.autoride.app-appcompat-1.7.0-13:/layout/abc_action_mode_bar.xml"
@@ -11,6 +11,7 @@
android:orientation="vertical"
android:padding="24dp">
<!-- Header -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -19,109 +20,36 @@
android:textSize="24sp"
android:textStyle="bold"
android:layout_gravity="center"
android:layout_marginBottom="16dp"/>
android:layout_marginBottom="8dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="إذا كانت الصلاحيات تظهر باللون الرمادي، يرجى اتباع الخطوات التالية بدقة:"
android:text="إذا كانت الصلاحيات تظهر باللون الرمادي، اتبع الخطوات التالية:"
android:textColor="#BBBBBB"
android:textSize="16sp"
android:layout_marginBottom="24dp"
android:textAlignment="center"/>
<!-- Step 1 -->
<!-- Steps will be loaded dynamically here -->
<LinearLayout
android:id="@+id/tutorial_steps_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp"
android:gravity="center_vertical">
<TextView
android:layout_width="40dp"
android:layout_height="40dp"
android:text="1"
android:background="@drawable/circle_background"
android:textColor="#FFFFFF"
android:gravity="center"
android:textSize="20sp"
android:textStyle="bold"
android:layout_marginEnd="16dp"/>
android:orientation="vertical"/>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="افتح 'معلومات التطبيق'"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:textStyle="bold"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط مطولاً على أيقونة البوت واختر (معلومات التطبيق)."
android:textColor="#AAAAAA"/>
</LinearLayout>
</LinearLayout>
<!-- Step 2 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="#1E1E1E"
android:padding="16dp"
android:layout_marginBottom="16dp"
android:gravity="center_vertical">
<TextView
android:layout_width="40dp"
android:layout_height="40dp"
android:text="2"
android:background="@drawable/circle_background_red"
android:textColor="#FFFFFF"
android:gravity="center"
android:textSize="20sp"
android:textStyle="bold"
android:layout_marginEnd="16dp"/>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="فك القيود (أهم خطوة)"
android:textColor="#FF5252"
android:textSize="18sp"
android:textStyle="bold"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="اضغط على النقاط الثلاث ⋮ في الأعلى واختر 'السماح بالإعدادات المقيدة'."
android:textColor="#AAAAAA"/>
</LinearLayout>
</LinearLayout>
<!-- Audio Guide -->
<!-- Audio Guide Button -->
<Button
android:id="@+id/btn_play_audio"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="استمع للشرح الصوتي 🔊"
android:backgroundTint="#2196F3"
android:layout_gravity="center"
android:textColor="#FFFFFF"
android:textSize="18sp"
android:layout_marginTop="16dp"
android:layout_marginBottom="32dp"/>
android:layout_marginBottom="32dp"
android:padding="16dp"/>
</LinearLayout>
</ScrollView>
@@ -711,17 +711,17 @@ LX/s;
HSPLX/s;-><init>(Lf/i;I)V
LX/z;
HSPLX/z;-><init>(LX/J;I)V
HSPLB/g;->l(Ljava/lang/Object;)V
HSPLB/g;->m(Ljava/lang/Object;)V
Lp/e;
HSPLp/e;-><clinit>()V
HSPLp/e;->a(I)I
HSPLp/e;->b(I)[I
HSPLB/g;->n(I)Ljava/lang/String;
HSPLB/g;->o(I)Ljava/lang/String;
HSPLB/g;->d(ILjava/lang/String;)Ljava/lang/String;
HSPLB/g;->e(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLB/g;->g(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLB/g;->f(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLB/g;->p(I)Ljava/lang/String;
HSPLB/g;->e(ILjava/lang/String;)Ljava/lang/String;
HSPLB/g;->f(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLB/g;->h(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLB/g;->g(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
HSPLK/E;-><init>(ILjava/lang/Class;III)V
HSPLX/F;-><init>(I)V
HSPLX/L;-><init>(I)V
@@ -3645,36 +3645,37 @@ int id transition_position 0x7f0801f7
int id transition_scene_layoutid_cache 0x7f0801f8
int id transition_transform 0x7f0801f9
int id triangle 0x7f0801fa
int id tv_bubble 0x7f0801fb
int id tv_cliq_alias 0x7f0801fc
int id tv_current_status 0x7f0801fd
int id tv_ref_code 0x7f0801fe
int id tv_status 0x7f0801ff
int id tv_timer 0x7f080200
int id unchecked 0x7f080201
int id uniform 0x7f080202
int id unlabeled 0x7f080203
int id up 0x7f080204
int id useLogo 0x7f080205
int id vertical_only 0x7f080206
int id view_offset_helper 0x7f080207
int id view_transition 0x7f080208
int id view_tree_lifecycle_owner 0x7f080209
int id view_tree_on_back_pressed_dispatcher_owner 0x7f08020a
int id view_tree_saved_state_registry_owner 0x7f08020b
int id view_tree_view_model_store_owner 0x7f08020c
int id visible 0x7f08020d
int id visible_removing_fragment_view_tag 0x7f08020e
int id west 0x7f08020f
int id wide 0x7f080210
int id withText 0x7f080211
int id with_icon 0x7f080212
int id withinBounds 0x7f080213
int id wrap 0x7f080214
int id wrap_content 0x7f080215
int id wrap_content_constrained 0x7f080216
int id x_left 0x7f080217
int id x_right 0x7f080218
int id tutorial_steps_container 0x7f0801fb
int id tv_bubble 0x7f0801fc
int id tv_cliq_alias 0x7f0801fd
int id tv_current_status 0x7f0801fe
int id tv_ref_code 0x7f0801ff
int id tv_status 0x7f080200
int id tv_timer 0x7f080201
int id unchecked 0x7f080202
int id uniform 0x7f080203
int id unlabeled 0x7f080204
int id up 0x7f080205
int id useLogo 0x7f080206
int id vertical_only 0x7f080207
int id view_offset_helper 0x7f080208
int id view_transition 0x7f080209
int id view_tree_lifecycle_owner 0x7f08020a
int id view_tree_on_back_pressed_dispatcher_owner 0x7f08020b
int id view_tree_saved_state_registry_owner 0x7f08020c
int id view_tree_view_model_store_owner 0x7f08020d
int id visible 0x7f08020e
int id visible_removing_fragment_view_tag 0x7f08020f
int id west 0x7f080210
int id wide 0x7f080211
int id withText 0x7f080212
int id with_icon 0x7f080213
int id withinBounds 0x7f080214
int id wrap 0x7f080215
int id wrap_content 0x7f080216
int id wrap_content_constrained 0x7f080217
int id x_left 0x7f080218
int id x_right 0x7f080219
int integer abc_config_activityDefaultDur 0x7f090000
int integer abc_config_activityShortDur 0x7f090001
int integer app_bar_elevation_anim_duration 0x7f090002
@@ -1138,26 +1138,26 @@ com.jordanbot.autoride:integer/app_bar_elevation_anim_duration = 0x7f090002
com.jordanbot.autoride:integer/abc_config_activityShortDur = 0x7f090001
com.jordanbot.autoride:integer/m3_card_anim_delay_ms = 0x7f09000d
com.jordanbot.autoride:integer/abc_config_activityDefaultDur = 0x7f090000
com.jordanbot.autoride:id/wrap = 0x7f080214
com.jordanbot.autoride:id/wrap = 0x7f080215
com.jordanbot.autoride:style/ThemeOverlay.Material3.SideSheetDialog = 0x7f1102b7
com.jordanbot.autoride:id/withinBounds = 0x7f080213
com.jordanbot.autoride:id/withinBounds = 0x7f080214
com.jordanbot.autoride:macro/m3_comp_radio_button_disabled_unselected_icon_color = 0x7f0c00d7
com.jordanbot.autoride:id/west = 0x7f08020f
com.jordanbot.autoride:id/visible = 0x7f08020d
com.jordanbot.autoride:id/view_tree_view_model_store_owner = 0x7f08020c
com.jordanbot.autoride:id/west = 0x7f080210
com.jordanbot.autoride:id/visible = 0x7f08020e
com.jordanbot.autoride:id/view_tree_view_model_store_owner = 0x7f08020d
com.jordanbot.autoride:layout/notification_template_part_time = 0x7f0b006a
com.jordanbot.autoride:id/view_tree_saved_state_registry_owner = 0x7f08020b
com.jordanbot.autoride:id/view_tree_saved_state_registry_owner = 0x7f08020c
com.jordanbot.autoride:string/character_counter_content_description = 0x7f10002c
com.jordanbot.autoride:id/view_tree_lifecycle_owner = 0x7f080209
com.jordanbot.autoride:id/vertical_only = 0x7f080206
com.jordanbot.autoride:id/unlabeled = 0x7f080203
com.jordanbot.autoride:id/view_tree_lifecycle_owner = 0x7f08020a
com.jordanbot.autoride:id/vertical_only = 0x7f080207
com.jordanbot.autoride:id/unlabeled = 0x7f080204
com.jordanbot.autoride:style/Base.Widget.MaterialComponents.Chip = 0x7f110113
com.jordanbot.autoride:id/uniform = 0x7f080202
com.jordanbot.autoride:id/uniform = 0x7f080203
com.jordanbot.autoride:style/TextAppearance.M3.Sys.Typescale.TitleLarge = 0x7f1101df
com.jordanbot.autoride:id/tv_status = 0x7f0801ff
com.jordanbot.autoride:id/tv_status = 0x7f080200
com.jordanbot.autoride:macro/m3_comp_filled_card_container_shape = 0x7f0c0047
com.jordanbot.autoride:id/tv_ref_code = 0x7f0801fe
com.jordanbot.autoride:id/tv_cliq_alias = 0x7f0801fc
com.jordanbot.autoride:id/tv_ref_code = 0x7f0801ff
com.jordanbot.autoride:id/tv_cliq_alias = 0x7f0801fd
com.jordanbot.autoride:id/triangle = 0x7f0801fa
com.jordanbot.autoride:id/transition_pause_alpha = 0x7f0801f6
com.jordanbot.autoride:id/transition_image_transform = 0x7f0801f4
@@ -1202,6 +1202,7 @@ com.jordanbot.autoride:id/switch_auto_accept = 0x7f0801c7
com.jordanbot.autoride:id/supportScrollUp = 0x7f0801c6
com.jordanbot.autoride:layout/material_clockface_view = 0x7f0b003d
com.jordanbot.autoride:id/submenuarrow = 0x7f0801c4
com.jordanbot.autoride:id/tutorial_steps_container = 0x7f0801fb
com.jordanbot.autoride:id/stop = 0x7f0801c2
com.jordanbot.autoride:id/startVertical = 0x7f0801bf
com.jordanbot.autoride:id/startToEnd = 0x7f0801be
@@ -1376,7 +1377,7 @@ com.jordanbot.autoride:id/fullscreen_header = 0x7f0800de
com.jordanbot.autoride:id/frost = 0x7f0800dd
com.jordanbot.autoride:style/Base.Widget.Material3.MaterialCalendar.NavigationButton = 0x7f11010c
com.jordanbot.autoride:id/flip = 0x7f0800d9
com.jordanbot.autoride:id/unchecked = 0x7f080201
com.jordanbot.autoride:id/unchecked = 0x7f080202
com.jordanbot.autoride:id/fitXY = 0x7f0800d7
com.jordanbot.autoride:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f1101a2
com.jordanbot.autoride:id/fitToContents = 0x7f0800d6
@@ -1469,7 +1470,7 @@ com.jordanbot.autoride:id/btn_settings = 0x7f08006c
com.jordanbot.autoride:string/material_motion_easing_decelerated = 0x7f100062
com.jordanbot.autoride:id/btn_save_settings = 0x7f08006b
com.jordanbot.autoride:style/Base.TextAppearance.AppCompat.Inverse = 0x7f110020
com.jordanbot.autoride:id/tv_timer = 0x7f080200
com.jordanbot.autoride:id/tv_timer = 0x7f080201
com.jordanbot.autoride:id/btn_save_close = 0x7f08006a
com.jordanbot.autoride:id/btn_play_audio = 0x7f080069
com.jordanbot.autoride:id/btn_location = 0x7f080066
@@ -1512,7 +1513,7 @@ com.jordanbot.autoride:string/common_signin_button_text_long = 0x7f100041
com.jordanbot.autoride:id/action_bar_root = 0x7f080036
com.jordanbot.autoride:string/mtrl_checkbox_button_icon_path_name = 0x7f100074
com.jordanbot.autoride:id/actionUp = 0x7f080032
com.jordanbot.autoride:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f08020a
com.jordanbot.autoride:id/view_tree_on_back_pressed_dispatcher_owner = 0x7f08020b
com.jordanbot.autoride:id/actionDownUp = 0x7f080031
com.jordanbot.autoride:id/accessibility_custom_action_8 = 0x7f08002e
com.jordanbot.autoride:style/Theme.AppCompat.DayNight.Dialog = 0x7f11020f
@@ -2382,7 +2383,7 @@ com.jordanbot.autoride:attr/autoSizeStepGranularity = 0x7f030043
com.jordanbot.autoride:drawable/abc_menu_hardkey_panel_mtrl_mult = 0x7f070058
com.jordanbot.autoride:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1101de
com.jordanbot.autoride:dimen/highlight_alpha_material_dark = 0x7f060094
com.jordanbot.autoride:id/with_icon = 0x7f080212
com.jordanbot.autoride:id/with_icon = 0x7f080213
com.jordanbot.autoride:id/neverCompleteToStart = 0x7f080151
com.jordanbot.autoride:dimen/design_textinput_caption_translate_y = 0x7f06008d
com.jordanbot.autoride:styleable/KeyFramesAcceleration = 0x7f120042
@@ -2444,7 +2445,7 @@ com.jordanbot.autoride:attr/materialCardViewElevatedStyle = 0x7f0302ef
com.jordanbot.autoride:dimen/compat_notification_large_icon_max_height = 0x7f06005b
com.jordanbot.autoride:string/mtrl_switch_thumb_path_morphing = 0x7f1000a6
com.jordanbot.autoride:dimen/compat_button_padding_horizontal_material = 0x7f060058
com.jordanbot.autoride:id/visible_removing_fragment_view_tag = 0x7f08020e
com.jordanbot.autoride:id/visible_removing_fragment_view_tag = 0x7f08020f
com.jordanbot.autoride:attr/constraint_referenced_ids = 0x7f030138
com.jordanbot.autoride:dimen/compat_button_inset_horizontal_material = 0x7f060056
com.jordanbot.autoride:dimen/m3_badge_with_text_offset = 0x7f0600b8
@@ -2744,7 +2745,7 @@ com.jordanbot.autoride:macro/m3_comp_date_picker_modal_date_label_text_type = 0x
com.jordanbot.autoride:color/material_dynamic_tertiary100 = 0x7f050262
com.jordanbot.autoride:attr/indicatorDirectionLinear = 0x7f03023e
com.jordanbot.autoride:drawable/material_cursor_drawable = 0x7f0700c2
com.jordanbot.autoride:id/x_left = 0x7f080217
com.jordanbot.autoride:id/x_left = 0x7f080218
com.jordanbot.autoride:color/material_dynamic_tertiary10 = 0x7f050261
com.jordanbot.autoride:dimen/m3_sys_motion_easing_standard_control_x2 = 0x7f060213
com.jordanbot.autoride:string/mtrl_switch_track_decoration_path = 0x7f1000aa
@@ -2968,7 +2969,7 @@ com.jordanbot.autoride:color/m3_sys_color_dynamic_light_tertiary = 0x7f0501c8
com.jordanbot.autoride:color/m3_sys_color_dynamic_dark_tertiary = 0x7f0501a6
com.jordanbot.autoride:color/m3_sys_color_dynamic_light_surface_container_lowest = 0x7f0501c5
com.jordanbot.autoride:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1100d4
com.jordanbot.autoride:id/wrap_content = 0x7f080215
com.jordanbot.autoride:id/wrap_content = 0x7f080216
com.jordanbot.autoride:attr/closeIconEndPadding = 0x7f0300e3
com.jordanbot.autoride:attr/textBackgroundPanX = 0x7f030459
com.jordanbot.autoride:dimen/m3_navigation_rail_item_active_indicator_width = 0x7f0601ce
@@ -3273,7 +3274,7 @@ com.jordanbot.autoride:color/m3_ref_palette_dynamic_neutral_variant92 = 0x7f0500
com.jordanbot.autoride:color/m3_ref_palette_neutral_variant40 = 0x7f050129
com.jordanbot.autoride:color/abc_tint_seek_thumb = 0x7f050016
com.jordanbot.autoride:attr/drawableSize = 0x7f03018f
com.jordanbot.autoride:id/tv_bubble = 0x7f0801fb
com.jordanbot.autoride:id/tv_bubble = 0x7f0801fc
com.jordanbot.autoride:color/m3_ref_palette_dynamic_neutral_variant60 = 0x7f0500cd
com.jordanbot.autoride:color/m3_sys_color_dark_secondary = 0x7f050179
com.jordanbot.autoride:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f11021d
@@ -3852,7 +3853,7 @@ com.jordanbot.autoride:color/mtrl_textinput_disabled_color = 0x7f0502f4
com.jordanbot.autoride:attr/tabIconTintMode = 0x7f030415
com.jordanbot.autoride:style/Widget.Material3.Chip.Assist.Elevated = 0x7f110369
com.jordanbot.autoride:style/Widget.Material3.BottomAppBar.Button.Navigation = 0x7f110349
com.jordanbot.autoride:id/useLogo = 0x7f080205
com.jordanbot.autoride:id/useLogo = 0x7f080206
com.jordanbot.autoride:attr/setsTag = 0x7f0303b6
com.jordanbot.autoride:attr/tabGravity = 0x7f030413
com.jordanbot.autoride:id/TOP_START = 0x7f08000d
@@ -3946,7 +3947,7 @@ com.jordanbot.autoride:dimen/material_clock_hand_stroke_width = 0x7f060229
com.jordanbot.autoride:attr/touchAnchorSide = 0x7f0304aa
com.jordanbot.autoride:styleable/SwitchCompat = 0x7f120087
com.jordanbot.autoride:attr/simpleItems = 0x7f0303d3
com.jordanbot.autoride:id/x_right = 0x7f080218
com.jordanbot.autoride:id/x_right = 0x7f080219
com.jordanbot.autoride:attr/rangeFillColor = 0x7f030394
com.jordanbot.autoride:attr/backgroundStacked = 0x7f03004f
com.jordanbot.autoride:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f110069
@@ -4365,7 +4366,7 @@ com.jordanbot.autoride:color/m3_ref_palette_dynamic_secondary70 = 0x7f0500ed
com.jordanbot.autoride:layout/mtrl_search_bar = 0x7f0b0063
com.jordanbot.autoride:attr/cornerFamilyBottomLeft = 0x7f030150
com.jordanbot.autoride:layout/mtrl_alert_dialog = 0x7f0b0045
com.jordanbot.autoride:id/withText = 0x7f080211
com.jordanbot.autoride:id/withText = 0x7f080212
com.jordanbot.autoride:attr/materialClockStyle = 0x7f0302f4
com.jordanbot.autoride:attr/materialCardViewOutlinedStyle = 0x7f0302f1
com.jordanbot.autoride:attr/motionEasingLinearInterpolator = 0x7f030338
@@ -4626,7 +4627,7 @@ com.jordanbot.autoride:macro/m3_comp_navigation_drawer_inactive_pressed_icon_col
com.jordanbot.autoride:attr/keyboardIcon = 0x7f030267
com.jordanbot.autoride:color/m3_sys_color_dark_inverse_primary = 0x7f050168
com.jordanbot.autoride:mipmap/ic_launcher = 0x7f0d0000
com.jordanbot.autoride:id/wrap_content_constrained = 0x7f080216
com.jordanbot.autoride:id/wrap_content_constrained = 0x7f080217
com.jordanbot.autoride:attr/itemTextAppearanceInactive = 0x7f030263
com.jordanbot.autoride:macro/m3_comp_primary_navigation_tab_active_pressed_state_layer_color = 0x7f0c00ca
com.jordanbot.autoride:color/m3_dark_default_color_secondary_text = 0x7f050080
@@ -4988,7 +4989,7 @@ com.jordanbot.autoride:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f060
com.jordanbot.autoride:attr/cornerSize = 0x7f030155
com.jordanbot.autoride:dimen/mtrl_switch_track_width = 0x7f0602fb
com.jordanbot.autoride:attr/dragScale = 0x7f030188
com.jordanbot.autoride:id/tv_current_status = 0x7f0801fd
com.jordanbot.autoride:id/tv_current_status = 0x7f0801fe
com.jordanbot.autoride:attr/yearStyle = 0x7f0304e4
com.jordanbot.autoride:attr/fontProviderAuthority = 0x7f030200
com.jordanbot.autoride:dimen/m3_comp_menu_container_elevation = 0x7f060135
@@ -5010,7 +5011,7 @@ com.jordanbot.autoride:drawable/$mtrl_checkbox_button_icon_checked_unchecked__1
com.jordanbot.autoride:drawable/m3_avd_hide_password = 0x7f0700b7
com.jordanbot.autoride:drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0 = 0x7f070013
com.jordanbot.autoride:attr/state_dragged = 0x7f0303f3
com.jordanbot.autoride:id/up = 0x7f080204
com.jordanbot.autoride:id/up = 0x7f080205
com.jordanbot.autoride:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f0501b7
com.jordanbot.autoride:attr/counterTextColor = 0x7f03015f
com.jordanbot.autoride:string/clear_text_end_icon_content_description = 0x7f10002f
@@ -5194,7 +5195,7 @@ com.jordanbot.autoride:id/design_bottom_sheet = 0x7f0800a5
com.jordanbot.autoride:attr/elevation = 0x7f03019f
com.jordanbot.autoride:styleable/MaterialToolbar = 0x7f12005e
com.jordanbot.autoride:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f070074
com.jordanbot.autoride:id/wide = 0x7f080210
com.jordanbot.autoride:id/wide = 0x7f080211
com.jordanbot.autoride:dimen/mtrl_extended_fab_translation_z_pressed = 0x7f0602b5
com.jordanbot.autoride:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f050219
com.jordanbot.autoride:color/m3_sys_color_light_surface = 0x7f0501ed
@@ -5210,7 +5211,7 @@ com.jordanbot.autoride:id/masked = 0x7f08010e
com.jordanbot.autoride:attr/activityChooserViewStyle = 0x7f030027
com.jordanbot.autoride:dimen/mtrl_fab_translation_z_hovered_focused = 0x7f0602b8
com.jordanbot.autoride:color/m3_sys_color_dynamic_dark_surface_container_high = 0x7f0501a0
com.jordanbot.autoride:id/view_transition = 0x7f080208
com.jordanbot.autoride:id/view_transition = 0x7f080209
com.jordanbot.autoride:animator/mtrl_btn_unelevated_state_list_anim = 0x7f020016
com.jordanbot.autoride:attr/layout_constraintBottom_toTopOf = 0x7f030281
com.jordanbot.autoride:attr/colorAccent = 0x7f0300f5
@@ -5430,7 +5431,7 @@ com.jordanbot.autoride:dimen/notification_large_icon_width = 0x7f060311
com.jordanbot.autoride:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f05018b
com.jordanbot.autoride:style/ThemeOverlay.Material3.TextInputEditText.OutlinedBox = 0x7f1102bd
com.jordanbot.autoride:integer/material_motion_duration_medium_1 = 0x7f090029
com.jordanbot.autoride:id/view_offset_helper = 0x7f080207
com.jordanbot.autoride:id/view_offset_helper = 0x7f080208
com.jordanbot.autoride:id/graph_wrap = 0x7f0800e3
com.jordanbot.autoride:attr/boxStrokeWidth = 0x7f030087
com.jordanbot.autoride:attr/motionEasingStandardDecelerateInterpolator = 0x7f03033b
@@ -3646,6 +3646,7 @@ id transition_position
id transition_scene_layoutid_cache
id transition_transform
id triangle
id tutorial_steps_container
id tv_bubble
id tv_cliq_alias
id tv_current_status
@@ -1,5 +1,5 @@
repositories {
system: GIT
local_root_path: "$PROJECT_DIR"
revision: "4df9cb17f1ad80d946491ee724c965d9e1d42aec"
revision: "b672b5854a338a4c7f634908bb159d85576628bc"
}
@@ -1,2 +1,2 @@
26
30
0
@@ -1 +1 @@
ニhマ|トフ
ֶhֿ|ִּש†םd
File diff suppressed because it is too large Load Diff
+55 -52
View File
@@ -6,7 +6,7 @@ Marking attr:motionEasingLinearInterpolator:2130903864 reachable: referenced fro
Marking dimen:material_helper_text_font_1_3_padding_horizontal:2131100222 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking dimen:material_helper_text_default_padding_top:2131100221 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking dimen:material_helper_text_font_1_3_padding_top:2131100223 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:view_tree_view_model_store_owner:2131231244 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:view_tree_view_model_store_owner:2131231245 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking string:common_google_play_services_unknown_issue:2131755064 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking string:common_google_play_services_updating_text:2131755069 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking string:common_google_play_services_unsupported_text:2131755065 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
@@ -18,12 +18,12 @@ Marking string:common_google_play_services_enable_title:2131755058 reachable: re
Marking string:common_google_play_services_update_title:2131755068 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking string:common_google_play_services_install_title:2131755061 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking layout:activity_subscription:2131427358 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tv_current_status:2131231229 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tv_current_status:2131231230 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:btn_subscribe_basic:2131230831 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:btn_subscribe_pro:2131230832 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:layout_payment_overlay:2131230977 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tv_ref_code:2131231230 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tv_timer:2131231232 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tv_ref_code:2131231231 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tv_timer:2131231233 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:btn_cancel_payment:2131230821 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:alpha:2130903086 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:lStar:2130903657 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
@@ -41,7 +41,7 @@ Marking attr:isMaterial3Theme:2130903622 reachable: referenced from /Users/hamza
Marking drawable:mtrl_checkbox_button:2131165389 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking drawable:mtrl_checkbox_button_icon:2131165391 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:checked:2131230852 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:unchecked:2131231233 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:unchecked:2131231234 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:indeterminate:2131230967 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking string:mtrl_checkbox_state_description_checked:2131755129 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking string:mtrl_checkbox_state_description_unchecked:2131755131 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
@@ -85,6 +85,7 @@ Marking attr:motionEasingEmphasizedInterpolator:2130903862 reachable: referenced
Marking string:mtrl_picker_navigate_to_current_year_description:2131755151 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking string:mtrl_picker_navigate_to_year_description:2131755152 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking layout:mtrl_calendar_year:2131427413 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:btn_play_audio:2131230825 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:nestedScrollViewStyle:2130903894 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:theme:2130904179 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:materialThemeOverlay:2130903810 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
@@ -92,7 +93,7 @@ Marking id:snackbar_text:2131231148 reachable: referenced from /Users/hamzaalegh
Marking id:snackbar_action:2131231147 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking dimen:design_snackbar_padding_vertical_2lines:2131099783 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking dimen:design_snackbar_padding_vertical:2131099782 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:visible_removing_fragment_view_tag:2131231246 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:visible_removing_fragment_view_tag:2131231247 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking raw:tutorial_voice:2131689472 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:chipStyle:2130903249 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking style:Widget_MaterialComponents_Chip_Action:2131821581 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
@@ -101,15 +102,15 @@ Marking layout:overlay_expanded:2131427435 reachable: referenced from /Users/ham
Marking id:btn_save_close:2131230826 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:et_min_price:2131230922 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:switch_bot_status:2131231176 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tv_bubble:2131231227 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tv_bubble:2131231228 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking drawable:bg_bubble:2131165305 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking dimen:mtrl_snackbar_background_corner_radius:2131100401 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:ratingBarStyle:2130903957 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:coordinatorLayoutStyle:2130903373 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking layout:mtrl_calendar_day:2131427404 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:buttonStyle:2130903191 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:view_tree_on_back_pressed_dispatcher_owner:2131231242 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:view_tree_saved_state_registry_owner:2131231243 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:view_tree_on_back_pressed_dispatcher_owner:2131231243 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:view_tree_saved_state_registry_owner:2131231244 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tag_unhandled_key_event_manager:2131231189 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tag_unhandled_key_listeners:2131231190 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tag_screen_reader_focusable:2131231186 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
@@ -313,7 +314,7 @@ Marking attr:alertDialogStyle:2130903083 reachable: referenced from /Users/hamza
Marking attr:toolbarNavigationButtonStyle:2130904225 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking string:abc_action_bar_up_description:2131755009 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:actionOverflowButtonStyle:2130903073 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:view_tree_lifecycle_owner:2131231241 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:view_tree_lifecycle_owner:2131231242 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking layout:mtrl_calendar_day_of_week:2131427405 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking string:mtrl_picker_day_of_week_column_header:2131755145 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking attr:listMenuViewStyle:2130903750 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
@@ -428,7 +429,7 @@ Marking drawable:abc_seekbar_track_material:2131165284 reachable: referenced fro
Marking drawable:abc_list_divider_mtrl_alpha:2131165261 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking drawable:abc_dialog_material_background:2131165243 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking layout:activity_tutorial:2131427359 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:btn_play_audio:2131230825 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tutorial_steps_container:2131231227 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:fullscreen_header:2131230942 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking dimen:mtrl_calendar_dialog_background_inset:2131100285 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking style:Widget_MaterialComponents_MaterialCalendar:2131821600 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
@@ -451,7 +452,7 @@ Marking layout:abc_action_menu_item_layout:2131427330 reachable: referenced from
Marking attr:actionModePopupWindowStyle:2130903066 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:action_mode_bar_stub:2131230785 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking layout:activity_main:2131427356 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tv_status:2131231231 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:tv_status:2131231232 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:btn_start:2131230829 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:btn_stop:2131230830 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
Marking id:btn_subscriptions:2131230833 reachable: referenced from /Users/hamzaaleghwairyeen/development/App/jordan_bot/app/build/intermediates/dex/release/minifyReleaseWithR8/classes.dex
@@ -2169,7 +2170,7 @@ Marking id:left:2131230978 used because it matches string pool constant left
Marking id:leftToRight:2131230979 used because it matches string pool constant left
Marking id:standard:2131231163 used because it matches string pool constant standard
Marking attr:drawableLeftCompat:2130903437 used because it matches string pool constant drawableLeft
Marking id:unchecked:2131231233 used because it matches string pool constant unchecked
Marking id:unchecked:2131231234 used because it matches string pool constant unchecked
Marking attr:listChoiceBackgroundIndicator:2130903744 used because it matches string pool constant list
Marking attr:listChoiceIndicatorMultipleAnimated:2130903745 used because it matches string pool constant list
Marking attr:listChoiceIndicatorSingleAnimated:2130903746 used because it matches string pool constant list
@@ -2739,12 +2740,12 @@ Marking attr:viewTransitionMode:2130904268 used because it matches string pool c
Marking attr:viewTransitionOnCross:2130904269 used because it matches string pool constant view
Marking attr:viewTransitionOnNegativeCross:2130904270 used because it matches string pool constant view
Marking attr:viewTransitionOnPositiveCross:2130904271 used because it matches string pool constant view
Marking id:view_offset_helper:2131231239 used because it matches string pool constant view
Marking id:view_transition:2131231240 used because it matches string pool constant view
Marking id:view_tree_lifecycle_owner:2131231241 used because it matches string pool constant view
Marking id:view_tree_on_back_pressed_dispatcher_owner:2131231242 used because it matches string pool constant view
Marking id:view_tree_saved_state_registry_owner:2131231243 used because it matches string pool constant view
Marking id:view_tree_view_model_store_owner:2131231244 used because it matches string pool constant view
Marking id:view_offset_helper:2131231240 used because it matches string pool constant view
Marking id:view_transition:2131231241 used because it matches string pool constant view
Marking id:view_tree_lifecycle_owner:2131231242 used because it matches string pool constant view
Marking id:view_tree_on_back_pressed_dispatcher_owner:2131231243 used because it matches string pool constant view
Marking id:view_tree_saved_state_registry_owner:2131231244 used because it matches string pool constant view
Marking id:view_tree_view_model_store_owner:2131231245 used because it matches string pool constant view
Marking color:androidx_core_ripple_material_light:2131034139 used because it matches string pool constant android
Marking color:androidx_core_secondary_text_default_material_light:2131034140 used because it matches string pool constant android
Marking string:androidx_startup:2131755036 used because it matches string pool constant android
@@ -3058,7 +3059,7 @@ Marking id:textinput_placeholder:2131231205 used because it matches string pool
Marking id:textinput_prefix_text:2131231206 used because it matches string pool constant te
Marking id:textinput_suffix_text:2131231207 used because it matches string pool constant te
Marking attr:upDuration:2130904260 used because it matches string pool constant up
Marking id:up:2131231236 used because it matches string pool constant up
Marking id:up:2131231237 used because it matches string pool constant up
Marking anim:fragment_fast_out_extra_slow_in:2130771996 used because it matches string pool constant fragment_
Marking animator:fragment_close_enter:2130837507 used because it matches string pool constant fragment_
Marking animator:fragment_close_exit:2130837508 used because it matches string pool constant fragment_
@@ -8366,6 +8367,7 @@ Marking id:fragment_container_view_tag:2131230940 used because it matches string
@id/transition_scene_layoutid_cache : reachable=false
@id/transition_transform : reachable=false
@id/triangle : reachable=false
@id/tutorial_steps_container : reachable=true
@id/tv_bubble : reachable=true
@id/tv_cliq_alias : reachable=false
@id/tv_current_status : reachable=true
@@ -8651,8 +8653,6 @@ Marking id:fragment_container_view_tag:2131230940 used because it matches string
@drawable/bg_button_primary
@attr/selectableItemBackground
@layout/activity_tutorial : reachable=true
@drawable/circle_background
@drawable/circle_background_red
@layout/custom_dialog : reachable=false
@layout/design_bottom_navigation_item : reachable=false
@dimen/design_bottom_navigation_margin
@@ -18930,20 +18930,21 @@ The root reachable resources are:
id:topPanel:2131231214
id:transition_current_scene:2131231219
id:transition_pause_alpha:2131231222
id:tv_bubble:2131231227
id:tv_current_status:2131231229
id:tv_ref_code:2131231230
id:tv_status:2131231231
id:tv_timer:2131231232
id:unchecked:2131231233
id:up:2131231236
id:view_offset_helper:2131231239
id:view_transition:2131231240
id:view_tree_lifecycle_owner:2131231241
id:view_tree_on_back_pressed_dispatcher_owner:2131231242
id:view_tree_saved_state_registry_owner:2131231243
id:view_tree_view_model_store_owner:2131231244
id:visible_removing_fragment_view_tag:2131231246
id:tutorial_steps_container:2131231227
id:tv_bubble:2131231228
id:tv_current_status:2131231230
id:tv_ref_code:2131231231
id:tv_status:2131231232
id:tv_timer:2131231233
id:unchecked:2131231234
id:up:2131231237
id:view_offset_helper:2131231240
id:view_transition:2131231241
id:view_tree_lifecycle_owner:2131231242
id:view_tree_on_back_pressed_dispatcher_owner:2131231243
id:view_tree_saved_state_registry_owner:2131231244
id:view_tree_view_model_store_owner:2131231245
id:visible_removing_fragment_view_tag:2131231247
integer:bottom_sheet_slide_duration:2131296259
integer:google_play_services_version:2131296264
integer:mtrl_calendar_year_selector_span:2131296307
@@ -20441,6 +20442,8 @@ Unused resources are:
drawable:$mtrl_switch_thumb_unchecked_checked__1:2131165222
drawable:$mtrl_switch_thumb_unchecked_pressed__0:2131165223
drawable:abc_ic_menu_overflow_material:2131165252
drawable:circle_background:2131165318
drawable:circle_background_red:2131165319
drawable:common_google_signin_btn_icon_dark:2131165321
drawable:common_google_signin_btn_icon_dark_focused:2131165322
drawable:common_google_signin_btn_icon_dark_normal:2131165323
@@ -20771,22 +20774,22 @@ Unused resources are:
id:transition_scene_layoutid_cache:2131231224
id:transition_transform:2131231225
id:triangle:2131231226
id:tv_cliq_alias:2131231228
id:uniform:2131231234
id:unlabeled:2131231235
id:useLogo:2131231237
id:vertical_only:2131231238
id:visible:2131231245
id:west:2131231247
id:wide:2131231248
id:withText:2131231249
id:with_icon:2131231250
id:withinBounds:2131231251
id:wrap:2131231252
id:wrap_content:2131231253
id:wrap_content_constrained:2131231254
id:x_left:2131231255
id:x_right:2131231256
id:tv_cliq_alias:2131231229
id:uniform:2131231235
id:unlabeled:2131231236
id:useLogo:2131231238
id:vertical_only:2131231239
id:visible:2131231246
id:west:2131231248
id:wide:2131231249
id:withText:2131231250
id:with_icon:2131231251
id:withinBounds:2131231252
id:wrap:2131231253
id:wrap_content:2131231254
id:wrap_content_constrained:2131231255
id:x_left:2131231256
id:x_right:2131231257
integer:cancel_button_image_alpha:2131296260
integer:config_tooltipAnimTime:2131296261
integer:m3_btn_anim_delay_ms:2131296267
File diff suppressed because it is too large Load Diff
@@ -22296,6 +22296,13 @@ com.jordanbot.autoride.R$string
com.jordanbot.autoride.R$style
com.jordanbot.autoride.R$xml
com.jordanbot.autoride.R
com.jordanbot.autoride.TutorialActivity$TutorialStep:
public final java.lang.String component1()
public final java.lang.String component2()
public final java.lang.String component3()
public final java.lang.String component4()
public final com.jordanbot.autoride.TutorialActivity$TutorialStep copy(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
public static synthetic com.jordanbot.autoride.TutorialActivity$TutorialStep copy$default(com.jordanbot.autoride.TutorialActivity$TutorialStep,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.Object)
com.jordanbot.autoride.api.ApiClient:
private static final java.lang.String BASE_URL
public final java.lang.String getAppSignature()
@@ -38585,7 +38592,21 @@ com.jordanbot.autoride.SubscriptionActivity$startPolling$1:
com.jordanbot.autoride.SubscriptionActivity:
public static void onPaymentSuccess()
public static void startPolling()
com.jordanbot.autoride.TutorialActivity$TutorialStep:
public static java.lang.String getDescription()
public static java.lang.String getImageUrl()
public static java.lang.String getTitle()
public static java.lang.String getTitleColor()
com.jordanbot.autoride.TutorialActivity$loadTutorialImages$1$1:
public int label
public final java.lang.Object invoke(kotlinx.coroutines.CoroutineScope,kotlin.coroutines.Continuation)
com.jordanbot.autoride.TutorialActivity$loadTutorialImages$1$2:
public int label
public final java.lang.Object invoke(kotlinx.coroutines.CoroutineScope,kotlin.coroutines.Continuation)
com.jordanbot.autoride.TutorialActivity$loadTutorialImages$1:
public final java.lang.Object invoke(kotlinx.coroutines.CoroutineScope,kotlin.coroutines.Continuation)
com.jordanbot.autoride.TutorialActivity:
public static void loadTutorialImages()
public static void playTutorialAudio()
com.jordanbot.autoride.api.ApiClient$service$2:
public static com.jordanbot.autoride.api.BackendApiService invoke()

Some files were not shown because too many files have changed in this diff Show More