mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
13 lines
366 B
XML
13 lines
366 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="BriarTheme" parent="BriarBaseTheme">
|
|
<!-- This fixes a UI bug in the support preference library -->
|
|
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
|
|
</style>
|
|
|
|
<style name="BriarButton.Default">
|
|
<item name="android:textAllCaps">true</item>
|
|
</style>
|
|
|
|
</resources> |