<?xml version="1.0" encoding="utf-8"?>

<TextView
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="match_parent"
  android:layout_height="wrap_content"
  android:paddingTop="5dp"
  android:paddingBottom="5dp"
  android:paddingStart="8dp"
  android:paddingEnd="8dp"
  android:textSize="12sp"
  android:maxLines="1"
  android:ellipsize="end"
  android:gravity="center"/>
<!-- From: file:/Users/kirillpisarev/projects/MT_Cabinet/node_modules/react-native-key-value-storage/android/build/intermediates/exploded-aar/com.facebook.react/react-native/0.44.0/res/layout/dev_loading_view.xml -->