Skip to content

Commit

Permalink
Removed old fonts and changed the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
aritra-tech committed Oct 26, 2024
1 parent e9c80a5 commit 6306c2e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 81 deletions.
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@
</activity>


<meta-data
android:name="preloaded_fonts"
android:resource="@array/preloaded_fonts" />


<service
android:name=".services.UnCrackMessagingService"
Expand Down
33 changes: 0 additions & 33 deletions app/src/main/res/values-night/themes.xml

This file was deleted.

4 changes: 0 additions & 4 deletions app/src/main/res/values/dimens.xml

This file was deleted.

9 changes: 0 additions & 9 deletions app/src/main/res/values/preloaded_fonts.xml

This file was deleted.

33 changes: 1 addition & 32 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,36 +1,5 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.UnCrack" parent="Theme.MaterialComponents.Light.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/black</item>
<item name="colorPrimaryVariant">@color/purple_700</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">@color/background_color</item>
<!-- Customize your theme here. -->
</style>

<style name="BottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">
<item name="android:background">@drawable/modal_drawable</item>
</style>

<style name="BottomSheetDialogTheme" parent="Theme.Design.Light.BottomSheetDialog">
<item name="bottomSheetStyle">@style/BottomSheetStyle</item>
<item name="android:windowIsFloating">false</item>
<item name="android:windowSoftInputMode">adjustResize</item>
<item name="android:statusBarColor">@android:color/transparent</item>
</style>

<style name="ThemeOverlay.search" parent="Theme.UnCrack">

<!-- Text color -->
<item name="android:editTextColor">#000000</item>
<!-- Hint text color -->
<item name="android:textColorHint">#000000</item>

<style name="Theme.UnCrack" parent="android:Theme.Material.NoActionBar">
</style>
</resources>

0 comments on commit 6306c2e

Please sign in to comment.