add x10tv ati remote rework, android remote rework, wintv remote tweaks
[goodguy/cinelerra.git] / CineRmt / app / src / main / res / values / styles.xml
index 0d653f3752079eca8c599df0a718e8abf701cf00..dfec0e487faaa0858bcd37998212b51e413b9b78 100644 (file)
@@ -7,5 +7,12 @@
         <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
         <item name="colorAccent">@color/colorAccent</item>
     </style>
-
+    <style name="btn">
+        <item name="android:layout_width">wrap_content</item>
+        <item name="android:layout_height">wrap_content</item>
+        <item name="android:borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item>
+        <item name="android:padding">0px</item>
+        <item name="android:layout_margin">2sp</item>
+    </style>
+    
 </resources>