UNPKG

react-native-ui-lib

Version:

[![Build Status](https://travis-ci.org/wix/react-native-ui-lib.svg?branch=master)](https://travis-ci.org/wix/react-native-ui-lib) [![npm](https://img.shields.io/npm/v/react-native-ui-lib.svg)](https://www.npmjs.com/package/react-native-ui-lib) [![NPM Down

25 lines (23 loc) 1.83 kB
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-sdk-release/frameworks/support/v7/appcompat/res/values-v23/styles_base_text.xml --> <eat-comment/> <style name="Base.TextAppearance.AppCompat.Widget.Button.Inverse" parent="android:TextAppearance.Material.Widget.Button.Inverse"/> <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-sdk-release/frameworks/support/v7/appcompat/res/values-v23/themes_base.xml --> <eat-comment/> <style name="Base.Theme.AppCompat" parent="Base.V23.Theme.AppCompat"/> <style name="Base.Theme.AppCompat.Light" parent="Base.V23.Theme.AppCompat.Light"/> <style name="Base.V23.Theme.AppCompat" parent="Base.V22.Theme.AppCompat"> <!-- We can use the platform drawable on v23+ --> <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> <item name="controlBackground">@drawable/abc_control_background_material</item> </style> <style name="Base.V23.Theme.AppCompat.Light" parent="Base.V22.Theme.AppCompat.Light"> <!-- We can use the platform drawable on v23+ --> <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> <item name="controlBackground">@drawable/abc_control_background_material</item> </style> <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-sdk-release/frameworks/support/v7/appcompat/res/values-v23/styles_base.xml --> <eat-comment/> <style name="Base.Widget.AppCompat.Button.Colored" parent="android:Widget.Material.Button.Colored"/> </resources>