You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
656 B

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="android_native_theme">
<item name="android:textSize" tools:ignore="SpUsage">19dp</item>
</style>
<style name="android_native">
<item name="android:layout_marginLeft">5dp</item>
<item name="android:layout_marginRight">5dp</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">match_parent</item>
</style>
<style name="android_native_small" parent="android_native">
<item name="android:layout_width">40dp</item>
</style>
</resources>