Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:textSize="16sp"
android:textColor="?android:attr/textColorSecondary"
android:ellipsize="marquee"
android:id="@+id/fingerprint_subtitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:singleLine="true"
android:marqueeRepeatLimit="marquee_forever"
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"/>
<TextView
android:textSize="16sp"
android:textColor="?android:attr/textColorSecondary"
android:id="@+id/fingerprint_description"
android:paddingTop="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="4"
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"/>
<ImageView
android:layout_gravity="center_horizontal"
android:id="@+id/fingerprint_icon"
android:layout_width="@dimen/fingerprint_icon_size"
android:layout_height="@dimen/fingerprint_icon_size"
android:layout_marginTop="32dp"
android:scaleType="fitXY"/>
<TextView
android:textSize="14sp"
android:textColor="?android:attr/textColorSecondary"
android:gravity="center_horizontal"
android:id="@+id/fingerprint_error"
android:paddingTop="16dp"
android:paddingBottom="24dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/fingerprint_dialog_touch_sensor"
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:accessibilityLiveRegion="polite"/>
</LinearLayout>
</ScrollView>