android: Update app icon to new startcenter icon
[LibreOffice.git] / android / source / res / values / themes.xml
blob8576f9c221ec4296693fe65138093ffe6249691d
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources xmlns:tools="http://schemas.android.com/tools">
3     <style name="LibreOfficeTheme" parent="LibreOfficeTheme.Base"/>
5     <style name="LibreOfficeTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
6     </style>
8     <style name="ListItemText">
9         <item name="android:gravity">center_vertical</item>
10         <item name="android:textColor">@android:color/black</item>
11         <item name="android:textSize">14sp</item>
12     </style>
14     <style name="LibreOfficeTheme.Toolbar" parent="Theme.AppCompat.Light.NoActionBar">
15         <item name="colorPrimary">@color/toolbar_background</item>
16     </style>
18     <style name="LibreOfficeTheme.NavigationView">
19         <item name="colorPrimary">@android:color/black</item>
20     </style>
22     <style name="NewDocumentTextView">
23         <item name="android:layout_width">wrap_content</item>
24         <item name="android:layout_height">wrap_content</item>
25         <item name="android:elevation" tools:ignore="NewApi">2dp</item>
26         <item name="android:textSize">16sp</item>
27         <item name="android:textStyle">bold</item>
28         <item name="android:typeface">normal</item>
29         <item name="android:padding">5dp</item>
30         <item name="android:background">@drawable/label_background</item>
31     </style>
32 </resources>