mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-12 09:23:42 -04:00
Add theme colors (#520)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="500dp"
|
||||
android:height="500dp"
|
||||
android:viewportWidth="500"
|
||||
android:viewportHeight="500">
|
||||
<path
|
||||
android:fillColor="#EEC170"
|
||||
android:pathData="M459.87,294.95c0.016,5.401 0.032,10.801 -0.35,16.873c-1.111,6.339 -1.194,12.173 -2.635,17.649c-10.922,41.508 -36.731,69.481 -77.351,83.408c-7.216,2.474 -14.972,3.37 -22.479,4.995c-23.629,0.042 -47.257,0.115 -70.886,0.12c-46.762,0.011 -93.523,-0.014 -140.95,-0.434c-8.59,-2.002 -16.766,-2.835 -24.398,-5.333c-21.595,-7.067 -39.523,-19.656 -53.708,-37.552c-10.227,-12.903 -17.579,-27.17 -21.28,-43.221c-1.475,-6.397 -2.471,-12.904 -3.685,-19.361c-0.052,-5.747 -0.104,-11.494 0.269,-17.886c4.159,-42.973 27.68,-71.638 63.562,-92.153c0,-0.708 -0.002,-1.699 0,-2.69c0.022,-9.829 -1.307,-19.894 0.357,-29.438c3.239,-18.579 11.08,-35.272 23.763,-49.773c12.098,-13.832 26.457,-23.989 43.609,-30.029c7.813,-2.751 16.14,-4.042 24.234,-5.995c7.392,-0.026 14.784,-0.051 22.835,0.323c4.196,0.954 7.795,1.254 11.258,2.105c17.16,4.219 32.287,12.176 45.469,24.104c2.256,2.041 4.372,6.624 9.621,3.868c16.839,-8.842 34.718,-11.597 53.603,-8.594c16.791,2.67 31.602,9.431 44.236,20.636c11.531,10.227 19.84,22.841 25.393,37.236c6.344,16.445 10.389,33.163 6.08,49.389c7.959,8.932 15.807,16.704 22.421,25.414c9.162,12.065 15.33,25.746 18.144,40.776c0.97,5.185 1.911,10.375 2.865,15.563m-71.597,71.012c5.562,-5.228 12.002,-9.799 16.508,-15.817c10.474,-13.992 14.333,-29.916 11.288,-47.446c-2.25,-12.95 -8.197,-24.076 -17.243,-33.063c-12.746,-12.663 -28.865,-18.614 -46.786,-18.569c-69.912,0.177 -139.82,0.568 -209.74,0.962c-15.922,0.09 -29.168,7.421 -39.685,18.296c-14.45,14.944 -20.408,33.343 -16.655,54.368c2.276,12.754 8.217,23.748 17.158,32.66c13.299,13.255 30.097,18.653 48.728,18.651c59.321,-0.005 118.64,0.042 177.96,-0.047c9.591,-0.014 19.181,-0.866 28.773,-0.889c10.649,-0.025 19.978,-3.825 29.687,-9.107z"/>
|
||||
<path
|
||||
android:fillColor="#EEC170"
|
||||
android:pathData="M162.77,293c15.654,4.388 20.627,22.967 10.304,34.98c-5.31,6.18 -14.817,8.321 -24.278,5.047c-7.072,-2.447 -12.332,-10.362 -12.876,-17.933c-1.045,-14.542 11.089,-23.176 21.705,-23.046c1.579,0.019 3.152,0.616 5.146,0.952z"/>
|
||||
<path
|
||||
android:fillColor="#EEC170"
|
||||
android:pathData="M227.18,293.64c7.85,2.397 11.938,8.214 13.524,15.077c1.859,8.044 -0.448,15.706 -7.159,21.121c-6.763,5.457 -14.417,6.879 -22.578,3.148c-8.297,-3.793 -12.836,-10.849 -12.736,-19.438c0.169,-14.497 14.13,-25.368 28.948,-19.908z"/>
|
||||
<path
|
||||
android:fillColor="#EEC170"
|
||||
android:pathData="M261.57,319.07c-2.495,-14.418 4.685,-22.603 14.596,-26.108c9.895,-3.5 23.181,3.43 26.267,13.779c4.65,15.591 -7.165,29.064 -21.665,28.161c-8.525,-0.531 -17.202,-6.509 -19.198,-15.831z"/>
|
||||
<path
|
||||
android:fillColor="#EEC170"
|
||||
android:pathData="M336.91,333.41c-9.018,-4.249 -15.337,-14.349 -13.829,-21.682c3.083,-14.989 13.341,-20.304 23.018,-19.585c10.653,0.791 17.93,7.407 19.765,17.547c1.959,10.824 -4.117,19.939 -13.494,23.703c-5.272,2.116 -10.091,1.509 -15.46,0.018z"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="#1Af49541" />
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="@color/av_accent_background" />
|
||||
</shape>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/colorPrimary" />
|
||||
<solid android:color="@color/av_primary" />
|
||||
</shape>
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="4dp" />
|
||||
<solid android:color="#000000" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#E0E0E0" />
|
||||
<corners android:radius="12dp" />
|
||||
<solid android:color="@color/av_accent_background" />
|
||||
</shape>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?android:attr/colorBackground">
|
||||
android:background="@color/av_background">
|
||||
|
||||
<!-- Main content -->
|
||||
<ScrollView
|
||||
@@ -18,6 +18,17 @@
|
||||
android:orientation="vertical"
|
||||
android:padding="24dp">
|
||||
|
||||
<!-- Logo -->
|
||||
<ImageView
|
||||
android:id="@+id/logoImage"
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="80dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:src="@drawable/av_logo"
|
||||
android:contentDescription="@string/app_name" />
|
||||
|
||||
<!-- Header -->
|
||||
<TextView
|
||||
android:id="@+id/headerTitle"
|
||||
@@ -26,7 +37,8 @@
|
||||
android:text="@string/passkey_registration_title"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textColor="@color/av_text"
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="8dp" />
|
||||
|
||||
<TextView
|
||||
@@ -34,8 +46,36 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="14sp"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
android:layout_marginBottom="32dp" />
|
||||
android:textColor="@color/av_text_muted"
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="20dp" />
|
||||
|
||||
<!-- Info notice -->
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:background="@drawable/info_notice_background"
|
||||
android:padding="16dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:src="@android:drawable/ic_dialog_info"
|
||||
android:tint="@color/av_primary"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:contentDescription="@string/passkey_info_icon" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/passkey_create_explanation"
|
||||
android:textSize="12sp"
|
||||
android:textColor="@color/av_text_muted" />
|
||||
</LinearLayout>
|
||||
|
||||
<!-- Display Name Input -->
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
@@ -44,9 +84,10 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/passkey_display_name_label"
|
||||
app:boxBackgroundMode="outline"
|
||||
app:boxStrokeColor="@color/colorPrimary"
|
||||
app:hintTextColor="@color/colorPrimary"
|
||||
android:layout_marginBottom="24dp">
|
||||
app:boxStrokeColor="@color/av_primary"
|
||||
app:hintTextColor="@color/av_primary"
|
||||
app:boxBackgroundColor="@color/av_accent_background"
|
||||
android:layout_marginBottom="16dp">
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/displayNameInput"
|
||||
@@ -54,6 +95,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="text"
|
||||
android:textSize="16sp"
|
||||
android:textColor="@color/av_text"
|
||||
android:maxLines="1" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
@@ -63,13 +105,15 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_marginBottom="16dp">
|
||||
android:padding="12dp"
|
||||
android:background="@drawable/info_row_background"
|
||||
android:layout_marginBottom="8dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:src="@android:drawable/ic_menu_compass"
|
||||
android:tint="@color/colorPrimary"
|
||||
android:tint="@color/av_icon"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:contentDescription="@string/passkey_website_label" />
|
||||
|
||||
@@ -84,14 +128,14 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/passkey_website_label"
|
||||
android:textSize="12sp"
|
||||
android:textColor="?android:attr/textColorSecondary" />
|
||||
android:textColor="@color/av_text_muted" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/websiteText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="@color/av_text" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -102,14 +146,16 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center_vertical"
|
||||
android:padding="12dp"
|
||||
android:background="@drawable/info_row_background"
|
||||
android:layout_marginBottom="32dp"
|
||||
android:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:src="@android:drawable/ic_menu_myplaces"
|
||||
android:tint="@color/colorPrimary"
|
||||
android:tint="@color/av_icon"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:contentDescription="@string/passkey_username_label" />
|
||||
|
||||
@@ -124,14 +170,14 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/passkey_username_label"
|
||||
android:textSize="12sp"
|
||||
android:textColor="?android:attr/textColorSecondary" />
|
||||
android:textColor="@color/av_text_muted" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/usernameText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="@color/av_text" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -145,7 +191,7 @@
|
||||
android:id="@+id/errorText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#D32F2F"
|
||||
android:textColor="@color/av_error"
|
||||
android:textSize="14sp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:visibility="gone" />
|
||||
@@ -157,19 +203,24 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/passkey_create_button"
|
||||
android:textColor="#FFFFFF"
|
||||
android:backgroundTint="@color/colorPrimary"
|
||||
android:backgroundTint="@color/av_primary"
|
||||
android:layout_marginBottom="12dp"
|
||||
app:cornerRadius="8dp"
|
||||
android:paddingVertical="12dp" />
|
||||
app:icon="@android:drawable/ic_lock_lock"
|
||||
app:iconTint="#FFFFFF"
|
||||
app:iconGravity="textStart"
|
||||
android:paddingVertical="14dp"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/cancelButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/passkey_cancel_button"
|
||||
android:textColor="@color/colorPrimary"
|
||||
android:textColor="@color/av_primary"
|
||||
style="@style/Widget.Material3.Button.TextButton"
|
||||
android:paddingVertical="12dp" />
|
||||
android:paddingVertical="14dp"
|
||||
android:textSize="16sp" />
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
@@ -178,7 +229,7 @@
|
||||
android:id="@+id/loadingOverlay"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#CC000000"
|
||||
android:background="#B3000000"
|
||||
android:visibility="gone"
|
||||
android:clickable="true"
|
||||
android:focusable="true">
|
||||
@@ -195,7 +246,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/rounded_corner_background"
|
||||
android:padding="20dp">
|
||||
android:padding="24dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
@@ -206,30 +257,30 @@
|
||||
<!-- Four pulsing dots -->
|
||||
<View
|
||||
android:id="@+id/loadingDot1"
|
||||
android:layout_width="8dp"
|
||||
android:layout_height="8dp"
|
||||
android:layout_margin="5dp"
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_margin="6dp"
|
||||
android:background="@drawable/loading_dot" />
|
||||
|
||||
<View
|
||||
android:id="@+id/loadingDot2"
|
||||
android:layout_width="8dp"
|
||||
android:layout_height="8dp"
|
||||
android:layout_margin="5dp"
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_margin="6dp"
|
||||
android:background="@drawable/loading_dot" />
|
||||
|
||||
<View
|
||||
android:id="@+id/loadingDot3"
|
||||
android:layout_width="8dp"
|
||||
android:layout_height="8dp"
|
||||
android:layout_margin="5dp"
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_margin="6dp"
|
||||
android:background="@drawable/loading_dot" />
|
||||
|
||||
<View
|
||||
android:id="@+id/loadingDot4"
|
||||
android:layout_width="8dp"
|
||||
android:layout_height="8dp"
|
||||
android:layout_margin="5dp"
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_margin="6dp"
|
||||
android:background="@drawable/loading_dot" />
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
@@ -239,8 +290,8 @@
|
||||
android:id="@+id/loadingMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:textColor="#FFFFFF"
|
||||
android:layout_marginTop="20dp"
|
||||
android:textColor="@color/av_text"
|
||||
android:textSize="16sp"
|
||||
android:gravity="center" />
|
||||
</LinearLayout>
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
<resources>
|
||||
<color name="splashscreen_background">#000000</color>
|
||||
</resources>
|
||||
<!-- AliasVault Dark Mode Colors -->
|
||||
<color name="av_text">#ECEDEE</color>
|
||||
<color name="av_text_muted">#9BA1A6</color>
|
||||
<color name="av_background">#000000</color>
|
||||
<color name="av_accent_background">#202020</color>
|
||||
<color name="av_accent_border">#444444</color>
|
||||
<color name="av_primary">#f49541</color>
|
||||
<color name="av_secondary">#6b7280</color>
|
||||
<color name="av_tertiary">#eabf69</color>
|
||||
<color name="av_icon">#9BA1A6</color>
|
||||
<color name="av_error">#ef4444</color>
|
||||
</resources>
|
||||
|
||||
@@ -1,19 +1,14 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<style name="AppTheme" parent="Theme.EdgeToEdge">
|
||||
<item name="android:textColor">@android:color/white</item>
|
||||
<item name="android:editTextStyle">@style/ResetEditText</item>
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="android:statusBarColor">#000000</item>
|
||||
<item name="android:navigationBarColor">#000000</item>
|
||||
<style name="PasskeyRegistrationTheme" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<item name="colorPrimary">@color/av_primary</item>
|
||||
<item name="colorOnPrimary">#FFFFFF</item>
|
||||
<item name="android:colorBackground">@color/av_background</item>
|
||||
<item name="android:textColorPrimary">@color/av_text</item>
|
||||
<item name="android:textColorSecondary">@color/av_text_muted</item>
|
||||
<item name="android:statusBarColor">@color/av_background</item>
|
||||
<item name="android:navigationBarColor">@color/av_background</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||||
<item name="android:windowLightStatusBar">false</item>
|
||||
<item name="android:windowLightNavigationBar">false</item>
|
||||
</style>
|
||||
<style name="ResetEditText" parent="@android:style/Widget.EditText">
|
||||
<item name="android:padding">0dp</item>
|
||||
<item name="android:textColorHint">#9BA1A6</item>
|
||||
<item name="android:textColor">@android:color/white</item>
|
||||
</style>
|
||||
<style name="Theme.App.SplashScreen" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">@color/splashscreen_background</item>
|
||||
<item name="postSplashScreenTheme">@style/AppTheme</item>
|
||||
</style>
|
||||
</resources>
|
||||
</resources>
|
||||
|
||||
@@ -1,5 +1,31 @@
|
||||
<resources>
|
||||
<color name="splashscreen_background">#ffffff</color>
|
||||
<color name="colorPrimary">#023c69</color>
|
||||
<color name="ic_launcher_background">#FFFFFF</color>
|
||||
|
||||
<!-- Legacy color -->
|
||||
<color name="colorPrimary">#023c69</color>
|
||||
|
||||
<!-- AliasVault Light Mode Colors -->
|
||||
<color name="av_light_text">#11181C</color>
|
||||
<color name="av_light_text_muted">#4b5563</color>
|
||||
<color name="av_light_background">#f3f4f6</color>
|
||||
<color name="av_light_accent_background">#ffffff</color>
|
||||
<color name="av_light_accent_border">#d1d5db</color>
|
||||
<color name="av_light_primary">#f49541</color>
|
||||
<color name="av_light_secondary">#6b7280</color>
|
||||
<color name="av_light_tertiary">#eabf69</color>
|
||||
<color name="av_light_icon">#687076</color>
|
||||
<color name="av_light_error">#D32F2F</color>
|
||||
|
||||
<!-- AliasVault Dark Mode Colors (in values/colors.xml, will be overridden in values-night/colors.xml) -->
|
||||
<color name="av_text">#11181C</color>
|
||||
<color name="av_text_muted">#4b5563</color>
|
||||
<color name="av_background">#f3f4f6</color>
|
||||
<color name="av_accent_background">#ffffff</color>
|
||||
<color name="av_accent_border">#d1d5db</color>
|
||||
<color name="av_primary">#f49541</color>
|
||||
<color name="av_secondary">#6b7280</color>
|
||||
<color name="av_tertiary">#eabf69</color>
|
||||
<color name="av_icon">#687076</color>
|
||||
<color name="av_error">#D32F2F</color>
|
||||
</resources>
|
||||
|
||||
@@ -24,13 +24,15 @@
|
||||
<string name="passkey_display_name_hint">Enter a name for this passkey</string>
|
||||
<string name="passkey_website_label">Website</string>
|
||||
<string name="passkey_username_label">Username</string>
|
||||
<string name="passkey_create_button">Save Passkey</string>
|
||||
<string name="passkey_create_button">Create Passkey</string>
|
||||
<string name="passkey_cancel_button">Cancel</string>
|
||||
<string name="passkey_creating">Creating passkey</string>
|
||||
<string name="passkey_saving">Saving to vault</string>
|
||||
<string name="passkey_syncing">Syncing with server</string>
|
||||
<string name="passkey_creating">Creating passkey…</string>
|
||||
<string name="passkey_saving">Saving to vault…</string>
|
||||
<string name="passkey_syncing">Syncing with server…</string>
|
||||
<string name="passkey_error_title">Error</string>
|
||||
<string name="passkey_error_empty_name">Please enter a name for the passkey</string>
|
||||
<string name="passkey_creation_failed">Failed to create passkey</string>
|
||||
<string name="passkey_retry_button">Retry</string>
|
||||
<string name="passkey_info_icon">Info icon</string>
|
||||
<string name="passkey_create_explanation">Create a passkey to securely sign in without passwords</string>
|
||||
</resources>
|
||||
@@ -17,11 +17,16 @@
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/splashscreen_logo</item>
|
||||
<item name="postSplashScreenTheme">@style/AppTheme</item>
|
||||
</style>
|
||||
<style name="PasskeyRegistrationTheme" parent="Theme.Material3.Light.NoActionBar">
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="android:statusBarColor">#fff</item>
|
||||
<item name="android:navigationBarColor">#fff</item>
|
||||
<style name="PasskeyRegistrationTheme" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<item name="colorPrimary">@color/av_primary</item>
|
||||
<item name="colorOnPrimary">#FFFFFF</item>
|
||||
<item name="android:colorBackground">@color/av_background</item>
|
||||
<item name="android:textColorPrimary">@color/av_text</item>
|
||||
<item name="android:textColorSecondary">@color/av_text_muted</item>
|
||||
<item name="android:statusBarColor">@color/av_background</item>
|
||||
<item name="android:navigationBarColor">@color/av_background</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||||
<item name="android:windowLightStatusBar">true</item>
|
||||
<item name="android:windowLightNavigationBar">true</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user