14 lines
No EOL
483 B
XML
14 lines
No EOL
483 B
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.Dialog">
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:buttonStyle">@style/AppButton</item>
|
|
</style>
|
|
|
|
<style name="AppButton" parent="Widget.AppCompat.Button.Colored">
|
|
<item name="android:textColor">@color/white</item>
|
|
</style>
|
|
|
|
|
|
</resources> |