mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 12:19:54 +01:00
Added a border to separate the button bar from the content area.
This commit is contained in:
4
briar-android/res/values/color.xml
Normal file
4
briar-android/res/values/color.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ButtonBarBorder">#CCCCCC</color>
|
||||
</resources>
|
||||
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="LightTheme" parent="android:Theme.Light" />
|
||||
<style name="LightThemeNoActionBar" parent="android:Theme.Light" />
|
||||
</resources>
|
||||
Reference in New Issue
Block a user