v1.1: launcher icon, setup screen, biometric enrollment check
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#Thu Jun 04 12:17:15 UTC 2026
|
||||
#Thu Jun 04 13:02:32 UTC 2026
|
||||
me.khodak.mfa.app-main-4\:/drawable/ic_close.xml=/home/amir/android-projects/homelab-mfa/app/build/intermediates/packaged_res/release/drawable/ic_close.xml
|
||||
me.khodak.mfa.app-main-4\:/drawable/ic_launcher.xml=/home/amir/android-projects/homelab-mfa/app/build/intermediates/packaged_res/release/drawable/ic_launcher.xml
|
||||
me.khodak.mfa.app-main-4\:/drawable/ic_check.xml=/home/amir/android-projects/homelab-mfa/app/build/intermediates/packaged_res/release/drawable/ic_check.xml
|
||||
|
||||
-18
@@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="accent">#7986CB</color>
|
||||
<color name="background">#1A1A2E</color>
|
||||
<color name="green">#4CAF50</color>
|
||||
<color name="red">#F44336</color>
|
||||
<color name="text_primary">#FFFFFF</color>
|
||||
<color name="text_secondary">#AAAACC</color>
|
||||
<string name="app_name">Homelab MFA</string>
|
||||
<style name="Theme.HomelabMFA" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||
<item name="colorPrimary">@color/accent</item>
|
||||
<item name="colorPrimaryVariant">@color/accent</item>
|
||||
<item name="colorOnPrimary">@color/text_primary</item>
|
||||
<item name="android:windowBackground">@color/background</item>
|
||||
<item name="android:statusBarColor">@color/background</item>
|
||||
<item name="android:navigationBarColor">@color/background</item>
|
||||
</style>
|
||||
</resources>
|
||||
+16
-3
@@ -19,7 +19,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="24dp"
|
||||
android:text="Authenticating..."
|
||||
android:text="Homelab MFA"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="@color/text_primary" />
|
||||
@@ -28,10 +28,23 @@
|
||||
android:id="@+id/subText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text=""
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/text_secondary"
|
||||
android:gravity="center" />
|
||||
android:gravity="center"
|
||||
android:lineSpacingMultiplier="1.4"
|
||||
android:visibility="gone" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/actionButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="32dp"
|
||||
android:text="Test Biometric"
|
||||
android:visibility="gone"
|
||||
android:backgroundTint="@color/accent"
|
||||
android:textColor="@color/text_primary"
|
||||
android:paddingHorizontal="32dp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user