2024-03-18 13:16:11 +05:30
|
|
|
<!--
|
|
|
|
|
~ // Copyright (c) 2024 ShanMukha Innovations Pvt. Ltd. All rights reserved.
|
|
|
|
|
~ // Notice: All information contained herein is, and remains
|
|
|
|
|
~ // the property of ShanMukha Innovations Pvt. Ltd. and its suppliers,
|
|
|
|
|
~ // if any. The intellectual and technical concepts contained
|
|
|
|
|
~ // herein are proprietary to ShanMukha Innovations Pvt. Ltd.
|
|
|
|
|
~ // and its suppliers and may be covered by Indian and Foreign Patents,
|
|
|
|
|
~ // patents in process, and are protected by trade secret or copyright law.
|
|
|
|
|
~ // Dissemination of this information or reproduction of this material
|
|
|
|
|
~ // is strictly forbidden unless prior written permission is obtained
|
|
|
|
|
~ // from ShanMukha Innovations Pvt. Ltd.
|
|
|
|
|
-->
|
|
|
|
|
|
2023-01-12 01:04:45 +05:30
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
<!-- Base application theme. -->
|
2023-01-31 15:30:38 +05:30
|
|
|
<style name="Theme.HPOS" parent="Theme.MaterialComponents.Light.NoActionBar">
|
2023-05-30 08:48:59 +05:30
|
|
|
<!-- <style name="Theme.RefactoredApp" parent="Theme.MaterialComponents.Light.DarkActionBar">-->
|
2023-01-12 01:04:45 +05:30
|
|
|
<!-- Primary brand color. -->
|
2023-01-25 11:26:09 +05:30
|
|
|
<item name="colorPrimary">@color/blue_app</item>
|
2023-05-30 08:48:59 +05:30
|
|
|
<!-- <item name="colorPrimaryVariant">@color/purple_700</item>-->
|
2023-01-25 11:26:09 +05:30
|
|
|
<item name="colorPrimaryVariant">@color/blue_app_dark</item>
|
2023-01-12 01:04:45 +05:30
|
|
|
<item name="colorOnPrimary">@color/white</item>
|
|
|
|
|
<!-- Secondary brand color. -->
|
|
|
|
|
<item name="colorSecondary">@color/teal_200</item>
|
|
|
|
|
<item name="colorSecondaryVariant">@color/teal_700</item>
|
|
|
|
|
<item name="colorOnSecondary">@color/black</item>
|
|
|
|
|
<!-- Status bar color. -->
|
|
|
|
|
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
|
|
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
|
</style>
|
2023-01-31 17:41:29 +05:30
|
|
|
|
|
|
|
|
<style name="Theme.HPOS.ActionBar" parent="Theme.MaterialComponents.Light.DarkActionBar">
|
|
|
|
|
<!-- <style name="Theme.RefactoredApp" parent="Theme.MaterialComponents.Light.DarkActionBar">-->
|
|
|
|
|
<!-- Primary brand color. -->
|
|
|
|
|
<item name="colorPrimary">@color/blue_app</item>
|
|
|
|
|
<!-- <item name="colorPrimaryVariant">@color/purple_700</item>-->
|
|
|
|
|
<item name="colorPrimaryVariant">@color/blue_app_dark</item>
|
|
|
|
|
<item name="colorOnPrimary">@color/white</item>
|
|
|
|
|
<!-- Secondary brand color. -->
|
|
|
|
|
<item name="colorSecondary">@color/teal_200</item>
|
|
|
|
|
<item name="colorSecondaryVariant">@color/teal_700</item>
|
|
|
|
|
<item name="colorOnSecondary">@color/black</item>
|
|
|
|
|
<!-- Status bar color. -->
|
|
|
|
|
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
|
|
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
|
</style>
|
2023-05-30 08:48:59 +05:30
|
|
|
|
|
|
|
|
<style name="Theme.HPOS.NoActionBar">
|
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2023-06-28 12:41:18 +05:30
|
|
|
<style name="Theme.HPOSTesting" parent="Theme.MaterialComponents.Light">
|
|
|
|
|
<!-- Primary brand color. -->
|
|
|
|
|
<item name="colorPrimary">@color/primary</item>
|
|
|
|
|
<item name="colorPrimaryVariant">@color/black</item>
|
|
|
|
|
<item name="colorOnPrimary">@color/black</item>
|
|
|
|
|
<!-- Status bar color. -->
|
|
|
|
|
<item name="android:statusBarColor" >@color/white</item>
|
|
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
|
</style>
|
|
|
|
|
|
2023-05-30 08:48:59 +05:30
|
|
|
<style name="Theme.HPOS.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
|
|
|
|
|
|
|
|
|
<style name="Theme.HPOS.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
|
2023-01-12 01:04:45 +05:30
|
|
|
</resources>
|