react-native-key-value-storage
Version:
Provides an easy way to persistently store small chunks of data and then access it from the native code.
13 lines • 940 B
text/xml
<resources>
<!-- From: file:/Users/kirillpisarev/projects/MT_Cabinet/node_modules/react-native-key-value-storage/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v12/values-v12.xml -->
<eat-comment/>
<style name="Base.V12.Widget.AppCompat.AutoCompleteTextView" parent="Base.V7.Widget.AppCompat.AutoCompleteTextView">
<item name="android:textCursorDrawable">@drawable/abc_text_cursor_material</item>
</style>
<style name="Base.V12.Widget.AppCompat.EditText" parent="Base.V7.Widget.AppCompat.EditText">
<item name="android:textCursorDrawable">@drawable/abc_text_cursor_material</item>
</style>
<style name="Base.Widget.AppCompat.AutoCompleteTextView" parent="Base.V12.Widget.AppCompat.AutoCompleteTextView"/>
<style name="Base.Widget.AppCompat.EditText" parent="Base.V12.Widget.AppCompat.EditText"/>
</resources>