mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-09 17:57:41 +03:00
11 lines
No EOL
328 B
XML
11 lines
No EOL
328 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="Widget.Button" parent="Widget.AppCompat.Button">
|
|
<item name="android:minHeight">48dp</item>
|
|
<item name="android:background">?attr/colorAccent</item>
|
|
<item name="android:textColor">@android:color/white</item>
|
|
</style>
|
|
|
|
|
|
</resources> |