Skip to content

Commit

Permalink
More theming
Browse files Browse the repository at this point in the history
  • Loading branch information
caarmen committed Jan 2, 2025
1 parent 338ee82 commit a9a3293
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
android:value="ca.rmen.android.poetassistant.about.AboutActivity" />
</activity>
<activity
android:theme="@style/AppTheme.Settings"
android:name=".settings.SettingsActivity"
android:label="@string/title_activity_settings"
android:parentActivityName=".main.MainActivity"
Expand Down
7 changes: 1 addition & 6 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@

<item name="tabStyle">@style/Widget.App.TabLayout</item>
<item name="android:windowTranslucentStatus">true</item>

</style>


<style name="Widget.App.TabLayout" parent="Widget.Material3.TabLayout">
<item name="materialThemeOverlay">@style/ThemeOverlay.App.TabLayout</item>
</style>
Expand All @@ -77,13 +75,10 @@
<item name="android:textAppearanceMedium">?android:attr/textAppearanceListItem</item>
</style>

<style name="AppTheme.Settings">
<item name="colorAccent">@color/dialog_accent</item>
</style>

<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowTranslucentStatus">false</item>
</style>

<style name="AboutActivityItem">
Expand Down

0 comments on commit a9a3293

Please sign in to comment.