forked from cgeo/WhereYouGo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cgeo#66 - remove theme definitions for api 11 an 14, merge them in the default configuration files (we are on min sdk 16) - add text color definitions - define the default text color (white) fo the AppTheme
- Loading branch information
bekuno
committed
Mar 7, 2020
1 parent
640b776
commit e9d7f14
Showing
6 changed files
with
7 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<style name="AppTheme" parent="@android:style/Theme.Light.NoTitleBar"> | ||
<style name="AppTheme" parent="@android:style/Theme.Holo.Light.NoActionBar"> | ||
<item name="android:windowAnimationStyle">@null</item> | ||
<item name="android:textColor">@color/text_dark</item> | ||
</style> | ||
|
||
<style name="ThemeSettings" parent="android:Theme" /> | ||
|
||
</resources> | ||
<style name="ThemeSettings" parent="@android:style/Theme.Holo.Light.DarkActionBar" /> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<style name="Mapsforge" parent="@android:style/Theme.NoTitleBar" /> | ||
<style name="Mapsforge" parent="@android:style/Theme.Holo" /> | ||
</resources> |