mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
11 lines
440 B
XML
11 lines
440 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<style name="Theme.AppCompat.TermuxReportActivity" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<item name="colorPrimaryDark">#FF0000</item>
|
|
</style>
|
|
|
|
<style name="Toolbar.Title" parent="TextAppearance.Widget.AppCompat.Toolbar.Title">
|
|
<item name="android:textSize">14sp</item>
|
|
</style>
|
|
</resources>
|